Gallery View add selection actions and search filtering

This commit is contained in:
Ryan
2025-04-18 02:58:30 -04:00
committed by GitHub
parent 7e50ba1f70
commit e390a35e8a
3 changed files with 215 additions and 70 deletions

View File

@@ -1,5 +1,25 @@
# Changelog
## Changes 4/18/2025
### fileListView.js
- Seed and persist `itemsPerPage` from `localStorage`
- Use `window.itemsPerPage` for pagination in gallery
- Enable search input filtering in gallery mode
- Always rerender the viewtoggle button on gallery load
- Restore percard action buttons (download, edit, rename, share)
- Assign real `value` to checkboxes and call `updateFileActionButtons()` on change
- Update `changePage` and `changeItemsPerPage` to respect `viewMode`
### fileTags.js
- Import `renderFileTable` and `renderGalleryView`
- Rerender the list after saving a singlefile tag
- Rerender the list after saving multifile tags
---
## Changes 4/17/2025
- Generate OpenAPI spec and API HTML docs