Commit Graph

9 Commits

Author SHA1 Message Date
30c96b8428 feat(SearchComponents, SearchAssembly64, SearchCSDbNG, SearchCommoServe): add clearDirectory function and enhance download progress tracking 2026-06-16 16:35:10 -04:00
76962cc9bd feat(SearchComponents, SearchAssembly64, SearchCSDbNG, SearchCommoServe): implement download progress tracking with streamFetch 2026-06-16 16:27:50 -04:00
c7ad02dbe4 feat(SearchComponents): enhance search UI with loading states and clear button functionality 2026-06-16 15:48:10 -04:00
f280ad2ee9 feat(SearchAssembly64, SearchCSDbNG): improve null handling and enhance loading states 2026-06-15 23:04:02 -04:00
e420a47d03 feat(SearchCSDbNG): update favicon and increase page size for improved performance 2026-06-15 21:38:02 -04:00
b7290eeb85 feat(SearchComponents): enhance search functionality and improve UI elements 2026-06-15 16:24:54 -04:00
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
48f75a1acc feat: add SearchCommoServe and SearchCSDbNG components to SearchPane
- Introduced SearchCommoServe component for querying CommoServe database.
- Added SearchCSDbNG component for querying CSDb database.
- Updated SearchPane to include new tabs for CommoServe and CSDb.
- Enhanced state management to accommodate additional search tabs.
2026-06-15 00:04:23 -04:00