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
b0134a9a46
fix(MediaEntry): update TEXT_EXTS and IMAGE_EXTS to include additional file types
2026-06-13 02:40:28 -04:00
cb33268dcc
fix(MediaEntry): add support for comic file types in EntryIcon
2026-06-13 02:34:02 -04:00
421a667548
fix(MediaManager): display loading progress in MediaManager while fetching directory contents
...
fix(webdav): enhance listDirectory to report progress during directory listing
fix(package): add @types/react-dom dependency for improved TypeScript support
2026-06-13 00:04:00 -04:00
c7048678b2
fix(StatusPage): enhance file info display with toggleable font style for last file access
2026-06-12 23:26:41 -04:00
c287de5bad
fix(MediaManager): simplify ActionsModal by removing select all button and adding filter toggle
2026-06-12 23:17:26 -04:00
3d69970ea5
fix(MediaManager): refactor folder configuration loading to improve clarity and performance
2026-06-12 23:02:11 -04:00
afc15134f5
fix(MediaManager): reset folder configuration on path change and update button title for clarity
2026-06-12 21:53:23 -04:00
31bac8f700
fix(App): adjust Toaster offset and change close button to expand for better visibility
2026-06-12 21:45:24 -04:00
11b9bb5b16
fix(MediaManager): update base URL display to remove label for cleaner presentation
2026-06-12 21:43:33 -04:00
8bc34b3e52
feat(MediaManager): replace folder creation navigation with direct path navigation
2026-06-12 21:21:31 -04:00
085df24ba7
feat(MediaManager): add breadcrumb scrolling functionality for improved navigation
2026-06-12 20:57:28 -04:00
dfe87c05a1
feat(MediaManager): improve breadcrumb layout for better responsiveness and folder configuration access
2026-06-12 20:03:58 -04:00
c6bc1fdd52
feat(DirectorySlideshow): update image loading logic to use stat for improved path handling
2026-06-12 15:18:52 -04:00
d8c8b0b4e1
feat(HexEditor): enhance styling for improved readability and visual clarity
2026-06-12 15:09:38 -04:00
0c2fa2479c
feat(package): add postbuild script to gzip distribution files
2026-06-12 06:45:53 -04:00
7e4b078d1f
feat(MediaManager): enhance MarqueeText component with unique keyframes for improved scrolling performance
2026-06-12 06:36:48 -04:00
04fa5ab054
feat(MediaManager): implement MarqueeText component for improved overflow handling in titles
2026-06-12 05:33:21 -04:00
e6dabbe0a6
feat(MediaManager): improve URL display handling with LTR embedding for better BiDi support
2026-06-12 05:22:58 -04:00