5569526395
feat(SearchCommoServe): update fetch logic to handle proxy routing for cross-origin requests
2026-06-22 14:17:21 -04:00
c3a324976a
feat(SearchPane, SearchLocal, webdav): enhance search functionality with new tabs, inline progress, and directory management
2026-06-18 04:07:17 -04:00
bbd38746df
feat(locate-db): enhance database build process with directory tracking and status updates
2026-06-18 01:44:06 -04:00
ecc54c1fc9
feat(locate-db, SearchLocal): enhance scan progress reporting with directory and file counts
2026-06-17 14:29:29 -04:00
ba8de6634e
feat(locate-db): skip indexing directories with remote source configuration
2026-06-17 14:06:21 -04:00
a1b2fa5ea7
feat(SearchLocal, SearchPane): enhance loading state management and UI feedback for database scanning
2026-06-17 13:55:22 -04:00
65cc6bb602
feat(locate-db): implement BFS directory walk for scanning with progress reporting
2026-06-17 13:08:52 -04:00
f66f5f6d77
feat(locate-db): add delay in progress reporting during database build
2026-06-17 12:52:14 -04:00
4b901c96b5
feat(SearchLocal, locate-db, webdav): implement scan cancellation with AbortController and enhance progress tracking
2026-06-17 12:42:42 -04:00
ec61853957
feat(SearchLocal, locate-db): enhance scanning process with compression and progress tracking
2026-06-17 12:05:28 -04:00
ef48b167b0
feat(DeviceDetailOverlay): add close button and improve header layout
2026-06-17 11:49:45 -04:00
afd7156a36
feat(SearchCommoServe): refactor download handling to mount functionality with improved progress tracking
2026-06-17 01:23:15 -04:00
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