9 Commits

Author SHA1 Message Date
171b1d4d7c feat(agreements): implement agreement fetching and display with error handling
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 13m34s
feat(agreement-card): create AgreementCard component for displaying user agreements
fix(devices-table): update no devices message for clarity based on parental control
fix(payments-table): update no payments message for consistency
fix(topups-table): update no topups message for consistency
feat(user): add agreement field to User interface
2025-07-27 19:43:01 +05:00
783d4b360d fix: pagination in PaymentsTable and TopupsTable components 🐛
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m35s
2025-07-08 22:40:06 +05:00
df2b3da22e feat: enhance payment and topup interfaces with status and expiration details 2025-07-06 22:38:01 +05:00
8c94c92281 refactor: enhance topup status display and improve conditional rendering in TopupsTable component 🔨 2025-07-06 20:12:25 +05:00
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
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
378fb4074c refactor: update topup status handling in DynamicFilter and TopupsTable components 2025-07-05 19:44:36 +05:00
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
f3328f7a7b feat: add topup management features including topup creation, cancellation, and countdown timer 2025-07-04 23:07:02 +05:00