Commit Graph

107 Commits

Author SHA1 Message Date
i701 8fac07bb60 feat(user): implement user update functionality and enhance verification page UI 2025-07-14 21:38:29 +05:00
i701 780239dbbe feat(admin): add usertable and update next config
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m25s
2025-07-13 23:09:02 +05:00
i701 255c03ae6a feat: implement user verification and rejection functionality with improved error handling 2025-07-13 22:51:46 +05:00
i701 5809e26593 refactor: simplify FloatingInput and Textarea components by removing unnecessary forwardRef usage 🔨 2025-07-13 22:49:55 +05:00
i701 9c1d1c5d2b feat: add floating label input component for enhanced form usability 2025-07-11 14:41:47 +05:00
i701 a20c939c91 feat: implement user profile page and integrate profile fetching logic in AccountPopover and ApplicationLayout components 2025-07-11 14:41:06 +05:00
i701 d1fdcc873a fix: simplify condition for displaying pending payment link in ClickableRow component 🐛
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 18m1s
2025-07-11 09:59:29 +05:00
i701 71f48b1270 fix: remove unnecessary JSON display of payment creation date and improve conditional styling in MobilePaymentDetails component 🐛
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m52s
2025-07-09 21:44:54 +05:00
i701 27a0b5d4b3 bug: fix payment status display and force timezones in creation date in PaymentsTable and DevicesToPay components 🐛
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m27s
2025-07-09 21:14:49 +05:00
i701 783d4b360d fix: pagination in PaymentsTable and TopupsTable components 🐛
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m35s
2025-07-08 22:40:06 +05:00
i701 fa12cd74d7 refactor: use single seperate AccountInfomation component and integrate it into DevicesToPay and TopupToPay components 🔨
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m31s
2025-07-08 21:09:17 +05:00
i701 8f9b4ba2e5 refactor: remove unused imports in TopupToPay component 🔨
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 12m18s
2025-07-08 19:54:48 +05:00
i701 a61231cf6b refactor: improve state management and layout in Topup components 🔨
Build and Push Docker Images / Build and Push Docker Images (push) Has started running
2025-07-08 19:54:07 +05:00
i701 9f9f2e4e91 feat: add disabled prop to DevicesToPay component and update button state management
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m36s
2025-07-06 23:19:12 +05:00
i701 1a11f1a06c refactor: implement device payment verification with useActionState hook 🔨 2025-07-06 23:06:51 +05:00
i701 837cc35ad3 refactor: reorder imports and improve variable naming in CancelPaymentButton component 🔨 2025-07-06 22:39:16 +05:00
i701 4797ee8dde feat: add expiry label to ExpiryCountDown component 2025-07-06 22:38:39 +05:00
i701 df2b3da22e feat: enhance payment and topup interfaces with status and expiration details 2025-07-06 22:38:01 +05:00
i701 8c94c92281 refactor: enhance topup status display and improve conditional rendering in TopupsTable component 🔨 2025-07-06 20:12:25 +05:00
i701 b9d8e56c3c feat: update cancelTopup API call to use PATCH method and enhance success message with topup details 2025-07-06 20:01:10 +05:00
i701 d4993530f7 feat: add radio filter for topup expiry 2025-07-06 20:01:10 +05:00
i701 9fe3c3b774 feat: enhance payment retrieval with flexible query parameters and add dynamic filters to payments page 2025-07-06 20:01:10 +05:00
i701 5de4bb9100 refactor: add topup expiry filter to the Topups component and simplify expired badge display in TopupsTable 🔨 2025-07-05 20:16:39 +05:00
i701 378fb4074c refactor: update topup status handling in DynamicFilter and TopupsTable components 2025-07-05 19:44:36 +05:00
i701 ef7121f247 feat: update Topup interface with status and paid_at fields; modify table display for topup details 2025-07-05 17:53:32 +05:00
Abdulla Aidhaan a41be97cdf Merge pull request #8 from i701/feat/wallet-topups
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m36s
feature/wallet topups
2025-07-05 15:36:39 +05:00
i701 0c7f34fa85 fix: correct conditional expression for progress indicator color 🐛 2025-07-05 15:35:13 +05:00
i701 013befa433 refactor: enhance topup payment verification with improved state management and error handling 🔨 2025-07-05 15:34:02 +05:00
i701 f4c34d3b7b feat: enhance dual-range-slider handling in DynamicFilter component
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 12m44s
2025-07-04 23:11:01 +05:00
i701 f3328f7a7b feat: add topup management features including topup creation, cancellation, and countdown timer 2025-07-04 23:07:02 +05:00
i701 89a35a9674 feat: add "Top Ups" option to sidebar with appropriate permissions and icon 2025-07-04 23:05:30 +05:00
i701 cd1dba06f0 refactor: update progress component styles and add radix-ui/react-progress dependency 🔨 2025-07-04 23:04:38 +05:00
i701 c90b003167 refactor: enhance parental control features and improve device blocking logic 🔨 2025-07-02 23:29:40 +05:00
i701 a6d844e8d1 refactor: reorganize imports and improve session handling in various components 🔨
Build and Push Docker Images / Build and Push Docker Images (push) Has started running
2025-07-01 07:53:21 +05:00
i701 1549b209b3 refactor: reorganize imports and enhance admin category filtering in AppSidebar 🔨 2025-07-01 07:52:33 +05:00
i701 8051b00dcf refactor: remove unused import and improve conditional rendering in block device dialog 🔨 2025-07-01 06:59:38 +05:00
i701 3cd3bbad16 feat(portal-ui): enhance user and device information display in admin and user devices tables 2025-06-30 22:58:44 +05:00
i701 01b064aee7 WIP feat(admin-devices): enhance device management from admin with dynamic filters and improved blocking functionality 2025-06-30 15:16:36 +05:00
i701 0157eccd57 feat: add dual range slider component and integrate it into dynamic filter for device management
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m49s
2025-06-29 20:46:34 +05:00
i701 2834f23f80 feat: enhance device cart with cancel feature and improve payments table filters 2025-06-29 19:55:00 +05:00
i701 3f92a00bfe fix: correct font variable usage and improve type handling in dynamic filter
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m18s
2025-06-28 12:01:25 +05:00
i701 11ac852762 chore: upgrade to tailwind v4 and add a generic filter for dynamic filter handling
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m51s
2025-06-27 14:27:44 +05:00
i701 9e0d2d277b refactor: streamline package.json and tailwind.config.ts
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m56s
- Simplified dependencies in package.json by removing unused packages and organizing existing ones.
- Updated tailwind.config.ts for better readability and maintainability, ensuring consistent formatting and structure.
2025-06-27 13:12:29 +05:00
i701 383ffddde6 fix: remove unused components and fix build 🐛
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m13s
2025-06-26 19:01:25 +05:00
i701 59adaaf281 feat(devices): add proper filter handling and update shadcn 🔨 2025-06-26 18:42:48 +05:00
i701 d2b281281f feat: implement add device functionality with validation and error handling; refactor related components for improved state management
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m49s
2025-06-25 20:10:32 +05:00
i701 406733b360 feat: update authentication layout and forms for improved user experience; add new dependencies and enhance styling
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m39s
2025-06-09 01:12:16 +05:00
i701 8438ceb376 feat: add vendor information to device components and update related UI elements
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 9m52s
fix: update sidebar transition duration for smoother experience
chore: update package dependencies and versions for improved stability and features
2025-06-02 09:17:16 +05:00
i701 bed426a6b4 feat: add loading state and full-page loader component; update payment page and application layout to improve user experience
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m23s
2025-05-31 12:37:46 +05:00
i701 c705addccc feat: enhance MAC address guide with contact button for assistance
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m16s
2025-05-31 00:02:25 +05:00