Commit Graph

10 Commits

Author SHA1 Message Date
c289ffd477 feat: enhance search components with filter and sort functionality
- Added filter and sort options to SearchCSDbNG, SearchCommoServe, and SearchLocal components.
- Introduced new state variables for managing filter text, sort direction, and visibility of filter options.
- Updated the visible results logic to incorporate filtering based on user input and sorting by name or other criteria.
- Enhanced UI with buttons for toggling filters and sorting, including visual indicators for active filters.
- Implemented action dialogs for item-specific actions in SearchCSDbNG and SearchCommoServe.
- Added CORS preflight handling and proxy functionality for /leet/ requests in the webdav3.py server.
2026-06-15 14:43:06 -04:00
e5c2a7fca5 feat: add new search panel components and update existing ones with headers and close buttons 2026-06-15 00:47:22 -04:00
5c525c3287 fix(SearchLocal): include filterText in sorting dependencies 2026-06-14 23:05:16 -04:00
8a2100c587 fix(SearchLocal): add text filter functionality and clear filters option 2026-06-14 22:01:35 -04:00
ca8f20c598 fix(SearchLocal): add confirmation dialog for rebuilding search index 2026-06-14 21:48:07 -04:00
251e9a9495 fix(SearchLocal, SearchPane, locate-db): enhance loading progress tracking and UI feedback for locate database 2026-06-14 21:38:39 -04:00
b0c37694ba fix(SearchLocal): improve database progress tracking and UI phase advancement 2026-06-14 21:29:38 -04:00
7f218f4225 fix(SearchLocal, locate-db): enhance loading progress tracking for engine and database with visual indicators 2026-06-14 21:15:50 -04:00
9d7034e7d2 fix(SearchLocal, locate-db): enhance database download progress tracking and UI feedback 2026-06-14 05:51:03 -04:00
ed5a222fd6 feat: add SearchLocal and SearchPane components for enhanced local search functionality 2026-06-14 03:09:12 -04:00