mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-28 23:30:23 +00:00
feat(user-topups): add user topups page with dynamic filtering and admin table integration ✨
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
feat(admin-devices-table): update admin check to use is_admin and clean up device display logic ✨ feat(admin-topup-table): create admin topups table with pagination and detail view links ✨ fix(user-payments-table): correct user data access and display payment amount with currency ✨ feat(app-sidebar): add link for user topups in the admin sidebar ✨ fix(backend-types): enhance Payment interface to include user details for better data handling ✨
This commit is contained in:
@ -18,7 +18,7 @@ This is a web portal for SAR Link customers.
|
||||
|
||||
### Parental Control
|
||||
- [x] Fix block device feature
|
||||
- [ ] Add all the filters for parental control table (mobile responsive)
|
||||
- [x] Add all the filters for parental control table (mobile responsive)
|
||||
- [ ] Disable blocking if payment is pending or omit from the table if device payment is pending
|
||||
|
||||
### Agreements
|
||||
@ -30,7 +30,7 @@ This is a web portal for SAR Link customers.
|
||||
### Users
|
||||
- [x] Show users table
|
||||
- [ ] handle verify api no response case
|
||||
- [ ] Add all relavant filters for users table
|
||||
- [x] Add all relavant filters for users table
|
||||
- [x] Verify or reject users with a custom message
|
||||
- [ ] Add functionality to send custom sms to users in user:id page
|
||||
|
||||
|
Reference in New Issue
Block a user