Replace infinite-scroll notifications with button-based pagination

- Swap PagingController/PagedSliverList for explicit page state and
  Previous/Next icon buttons below the list
- Fetch pageSize+1 items to detect the last page without a total-count
  API; pagination controls are hidden when there is only one page
- Remove unused infinite_scroll_pagination dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-05-29 07:56:03 -04:00
co-authored by Claude Sonnet 4.6
parent 2077f970f9
commit 85b86026cb
5 changed files with 124 additions and 98 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
## Frontend
- [ ] Change the notifications list so it has explicit paging (not infinite paging)
- [x] Change the notifications list so it has explicit paging (not infinite paging)
- [x] List recorded devices
- [x] Register a device
- [x] Forget a device