faa2e41be4
Refactor config structure: rename 'iec.devices' to 'devices.iec' across the codebase
...
- Updated references in AGENTS.md, README.md, and various component files (DevicesPage, GeneralPage, IECPage, MediaManager, SearchOverlay, StatusPage) to reflect the new config structure.
- Adjusted settings handling in settings.ts to accommodate the new structure.
- Modified initial config in config.json to match the updated schema.
2026-06-11 17:08:27 -04:00
010cd68e3f
fix(MediaManager, StatusPage): improve initial path handling and file manager navigation
2026-06-11 12:27:53 -04:00
a77971e58e
style(MediaBrowser, MediaEntry, MediaManager): enhance button styles for improved aesthetics and interaction
2026-06-11 11:52:55 -04:00
1234ba30d9
feat(confirm-dialog): implement ConfirmDialog component for user confirmations
2026-06-10 19:45:12 -04:00
75ced3fa0e
feat(App): implement lazy loading for RealityOverridePage and add a loading spinner for improved performance
...
feat(MediaManager): lazy load MediaViewerEditor and enhance file viewer overlay with loading state
feat(MediaViewerEditor): create a new component for handling various media types with mode switching
fix(config): disable unnecessary drives and networks in configuration for better resource management
2026-06-10 02:52:26 -04:00
ae28de37f5
feat(DeviceDetailOverlay, DevicesPage, MediaManager, SearchOverlay, StatusPage): refactor device handling for improved consistency and add support for new device types
2026-06-09 18:43:07 -04:00
e0ac2549c6
feat(MediaManager, MediaBrowser): add file existence check before upload to prevent overwriting
2026-06-09 15:58:04 -04:00
c0d45e33f0
feat(MediaManager): enhance viewer options for SVG files in availableViewers function
2026-06-09 15:56:56 -04:00
1d2690efa4
Refactor MediaBrowser and MediaManager components; extract EntryIcon and MediaEntry for better code organization
...
- Removed unused imports and constants from MediaBrowser.
- Introduced MediaEntry component to encapsulate entry rendering logic.
- Simplified MediaBrowser's entry handling and navigation logic.
- Updated MediaManager to utilize MediaEntry for rendering entries.
- Refactored StatusPage to use MediaEntry for print file listing.
2026-06-09 15:51:41 -04:00
658495be3d
feat(MediaManager): add support for 'doc' view mode and corresponding icon
2026-06-09 15:41:13 -04:00
f9103455ed
feat(StatusPage): add print log functionality and enhance UI elements
2026-06-09 15:34:07 -04:00
48f0de753e
feat(CodeEditor, MediaManager): add 'code' mode support and enhance file extension handling
2026-06-09 03:41:23 -04:00
61b5c6dc39
feat(MediaManager): refine file extension sets and enhance image URL handling for SVG support
2026-06-09 03:34:07 -04:00
e4f7950a56
feat(MediaManager): update file extension sets for JSON, XML, IMAGE, HD, and ARCHIVE types
2026-06-09 03:18:24 -04:00
4c07f8c4a1
fix(MediaManager, DeviceDetailOverlay): improve file existence checks and handle missing files in swap lists
2026-06-08 20:42:21 -04:00
39c72386fa
fix(MediaManager): resolve base_url handling and improve path resolution logic
2026-06-08 20:03:19 -04:00
0dfd673ab3
fix(MediaManager): update base_url assignment to handle current directory case
2026-06-08 19:24:31 -04:00
65799180c5
feat(MediaManager): add folder configuration functionality and update .config handling
2026-06-08 19:22:56 -04:00
08b84680a4
fix(MediaManager): update folder creation path in load function
2026-06-08 19:13:43 -04:00
d2440c5ba1
feat(MediaBrowser, MediaManager): enhance file type handling and improve icon representation
2026-06-08 13:47:26 -04:00
b70c98d69a
feat(ConfigEditor, MediaManager, DeviceDetailOverlay, StatusPage): implement config editing functionality and update media set handling
2026-06-08 13:35:07 -04:00
df121bd9c3
feat(MediaManager): add base URL handling for drive and meatloaf devices
2026-06-08 13:04:31 -04:00
0b7dc77e78
feat(MediaManager): add folder mounting functionality and improve base URL handling
2026-06-08 13:02:34 -04:00
1f15e1fe20
feat(MediaManager): add folder configuration handling and update base URL display
2026-06-08 12:49:52 -04:00
841cf2f73d
feat(MediaManager): enhance path navigation with inline renaming functionality
2026-06-08 12:31:31 -04:00
e902cc4d4a
feat(CodeEditor, MediaManager): add initial text state for editing functionality
2026-06-08 12:22:37 -04:00
5a17c0a2e0
fix: update base path in Vite configuration to root
2026-06-08 12:06:29 -04:00