Commit Graph

6 Commits

Author SHA1 Message Date
riefive 46045ebb41 feat(device): update list 2025-09-25 13:33:03 +07:00
riefive e3d3188b1d feat(device): update handler of device 2025-09-25 13:10:34 +07:00
riefive 6b950f7682 feat(device): integrate api device 2025-09-22 13:39:36 +07:00
Khafid Prayoga 26b0cf12e3 refactor(api): consolidate query param transformation into utility function
Move URL parameter construction logic from multiple list components to a shared transform function in usePaginatedList. This improves code reuse and maintainability while keeping the same functionality.

Standardize query parameter names to match backend expectations ('page-number' and 'page-size' instead of 'page' and 'pageSize'). Update related schema and default params accordingly.
2025-09-11 13:28:07 +07:00
riefive 875fc92f53 refactor(tools): remove entry flow 2025-09-08 13:55:27 +07:00
riefive 56389263ae refactor(tools): add modal form 2025-09-08 13:48:24 +07:00