Chris Lu
6de6061ce9
admin: add cursor-based pagination to file browser (#7891)
* adjust menu items
* admin: add cursor-based pagination to file browser
- Implement cursor-based pagination using lastFileName parameter
- Add customizable page size selector (20/50/100/200 entries)
- Add compact pagination controls in header and footer
- Remove summary cards for cleaner UI
- Make directory names clickable to return to first page
- Support forward-only navigation (Next button)
- Preserve cursor position when changing page size
- Remove sorting to align with filer's storage order approach
* Update file_browser_templ.go
* admin: remove directory icons from breadcrumbs
* Update file_browser_templ.go
* admin: address PR comments
- Fix fragile EOF check: use io.EOF instead of string comparison
- Cap page size at 200 to prevent potential DoS
- Remove unused helper functions from template
- Use safer templ script for page size selector to prevent XSS
* admin: cleanup redundant first button
* Update file_browser_templ.go
* admin: remove entry counting logic
* admin: remove unused variables in file browser data
* admin: remove unused logic for FirstFileName and HasPrevPage
* admin: remove unused TotalEntries and TotalSize fields
* Update file_browser_data.go
2025-12-27 02:12:57 -08:00
..
2025-12-27 02:12:57 -08:00
2025-12-20 15:25:47 -08:00
2025-12-27 00:09:14 -08:00
2025-12-05 12:19:06 -08:00
2025-12-25 11:28:31 -08:00
2025-10-17 22:11:50 -07:00
2025-10-13 18:05:17 -07:00
2025-12-24 10:29:30 -08:00
2025-12-23 14:48:50 -08:00
2024-04-24 23:16:04 -07:00
2025-08-22 22:10:30 -07:00
2025-12-23 14:48:50 -08:00
2025-12-23 14:48:50 -08:00
2025-12-08 15:39:35 -08:00
2025-12-27 00:09:14 -08:00
2025-12-26 12:55:19 -08:00
2025-12-23 14:48:50 -08:00
2025-10-28 22:16:21 -07:00
2025-12-24 19:07:08 -08:00
2025-12-27 00:09:14 -08:00
2025-08-06 10:08:30 -07:00
2024-06-25 09:18:11 -07:00
2025-12-26 13:26:25 -08:00
2025-12-08 01:24:42 -08:00
2025-12-26 12:42:00 -08:00
2024-02-14 08:26:38 -08:00
2025-12-15 19:23:25 -08:00
2025-12-24 19:07:08 -08:00
2025-07-16 23:39:27 -07:00
2025-12-21 11:10:01 -08:00
2025-12-23 14:48:50 -08:00
2025-12-19 19:02:56 -08:00
2025-12-25 16:14:05 -08:00
2025-11-29 11:36:22 -08:00
2025-12-25 11:36:38 -08:00