Commit Graph

9 Commits

Author SHA1 Message Date
b7290eeb85 feat(SearchComponents): enhance search functionality and improve UI elements 2026-06-15 16:24:54 -04:00
3e6298fb5a feat(SearchAssembly64, SearchCommoServe): replace truthy checks with double negation for clarity 2026-06-15 16:11:24 -04:00
5f638294bf feat(SearchCommoServe): remove categoryFilter from state management 2026-06-15 16:05:16 -04:00
936dc5db12 feat(SearchCommoServe): refactor search logic and enhance array extraction functionality 2026-06-15 15:56:03 -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
e00081a9f6 feat(SearchAssembly64, SearchCommoServe, SearchPane): update fetch headers and improve UI responsiveness 2026-06-15 13:42:47 -04:00
8957254471 feat(SearchCommoServe): add CORS handling and loading state for search errors 2026-06-15 01:16:18 -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