Commit Graph

234 Commits

Author SHA1 Message Date
588895d851 feat(SearchCSDbNG): enhance image fetching by resolving links and updating file extension handling 2026-06-16 16:49:22 -04:00
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
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
e3f7ba9c19 feat(webdav3): enhance CORS support for /commoserve/ proxy and update routing logic 2026-06-15 15:55:22 -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
80bffaf9ad feat(webdav3): implement proxy download functionality with CORS support 2026-06-15 01:54:22 -04:00
e6f4ecdc29 feat(SearchAssembly64): refactor download and mount functionality for improved clarity and state management 2026-06-15 01:41:31 -04:00
8957254471 feat(SearchCommoServe): add CORS handling and loading state for search errors 2026-06-15 01:16:18 -04:00
c3af4406bf feat(DeviceDetailOverlay): add swipe indicator dots for device navigation 2026-06-15 00:50:37 -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
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
38cb32be4d fix(SearchAssembly64): hide scrollbar for preset and category filter containers 2026-06-14 21:49:27 -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
eb0357253c fix(locate-db): update WASM URL import to use Vite's hashed asset path 2026-06-14 21:23: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
65bf69fb2a fix(gzip-dist): add support for .wasm files in gzip processing 2026-06-14 16:15:00 -04:00
9d7034e7d2 fix(SearchLocal, locate-db): enhance database download progress tracking and UI feedback 2026-06-14 05:51:03 -04:00
3b94d3d956 fix(SearchAssembly64): update fetch headers to include User-Agent for server compatibility 2026-06-14 05:17:42 -04:00
07cd6a81cf fix(SearchAssembly64): update preset handling and enhance dialog for preset values 2026-06-14 05:12:33 -04:00
13072c3735 fix(SearchAssembly64): update client-id header to 'Client-Id: Ultimate' for compatibility with server 2026-06-14 04:55:34 -04:00
65be5615ad fix(SearchAssembly64): update client-id header to match server requirements 2026-06-14 04:55:28 -04:00
9a902d6b4f fix(SearchPane): update initialTab handling and persist last active tab in localStorage 2026-06-14 04:20:51 -04:00
23e9cf418f fix(SearchAssembly64): update client-id header for fetch requests 2026-06-14 04:06:20 -04:00
29ab055177 refactor(DeviceDetailOverlay): simplify device mode display and remove unused command menu 2026-06-14 04:05:51 -04:00
f05067c029 style(DeviceCard): enhance layout and styling for device details 2026-06-14 03:36:03 -04:00
be9391caec fix(SearchAssembly64): streamline query update and focus handling in AQL help dialog 2026-06-14 03:24:09 -04:00
ddbf0d2df2 feat(SearchAssembly64): add AQL search help dialog and terms reference 2026-06-14 03:21:41 -04:00
ed5a222fd6 feat: add SearchLocal and SearchPane components for enhanced local search functionality 2026-06-14 03:09:12 -04:00
9a0268a6b4 feat(SearchOverlay): add scroll position restoration and mounted paths tracking 2026-06-14 01:31:47 -04:00
6d12cebc05 feat(SearchOverlay): persist search state across overlay open/close cycles 2026-06-14 01:21:49 -04:00
e93bca4e3e style(SearchOverlay): adjust background opacity and blur effect for improved UI 2026-06-14 01:16:58 -04:00
451c9f665b feat(SearchOverlay): add onOpenFolder prop and integrate folder opening functionality 2026-06-14 01:13:36 -04:00
86de697569 feat(SearchOverlay): add filtering and sorting options for search results 2026-06-14 00:59:52 -04:00
30e3cea442 feat(SearchOverlay): enhance search functionality with scanning and improved result display 2026-06-14 00:35:58 -04:00
7c25680091 fix(DeviceDetailOverlay): notify parent on browsing state changes and improve portal usage in DeviceCard 2026-06-13 22:25:37 -04:00
3088f1801c fix(StatusPage): streamline active device selection and enhance device overlay integration 2026-06-13 22:11:47 -04:00
10c9a13340 Refactor DevicesPage to simplify device navigation and enhance DeviceDetailOverlay integration
Enhance MediaEntry to support executable file types with appropriate icons

Revamp SearchOverlay to utilize a locate database for improved search functionality and add database management features

Update StatusPage to accommodate new DeviceDetailOverlay structure

Implement locate-db module for efficient file searching and database handling

Adjust Vite configuration to exclude sqlite-wasm from dependency optimization
2026-06-13 22:10:31 -04:00
5ec57a1b27 fix(MediaManager): enhance filter and sort bar with transition effects 2026-06-13 02:49:08 -04:00