mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Add pagination to the devices list screen
Mirror the notifications list paging pattern (offset/limit, fetch one extra row to detect the next page, First/Prev/Next controls) across the devices DB query, REST endpoint, API client and UI. Also add a First page button to the notifications pagination row. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
75f597bfe4
commit
251c06277e
@@ -17,9 +17,9 @@
|
||||
|
||||
## Frontend
|
||||
|
||||
- [ ] Add a "go to first" and "go to last" buttons to paginations (notification list for now)
|
||||
- [x] Add a "go to first" and "go to last" buttons to paginations (notification list for now)
|
||||
- [x] Replace the ARP scanner widget in the home screen with a Scanning status widget that provides a one liner for each scanner
|
||||
- [ ] Add pagination to the devices list screen - now you can't see all devices
|
||||
- [x] Add pagination to the devices list screen - now you can't see all devices
|
||||
- [x] Add the mDNS/Bonjour scanner status to the Status and Home screens
|
||||
- [x] Change the notifications list so it has explicit paging (not infinite paging)
|
||||
- [x] List recorded devices
|
||||
|
||||
Reference in New Issue
Block a user