Commit Graph

72 Commits

Author SHA1 Message Date
4a2f6032d2 feat: add WebDAV integration and utility functions
- Introduced a new `webdav-component` package for WebDAV protocol handling.
- Implemented `webdav.ts` with functions for managing WebDAV operations such as listing directories, checking file existence, creating folders, deleting paths, moving files, and handling file uploads/downloads.
- Added path normalization and utility functions for handling WebDAV paths.
- Enhanced the `Tag` class in `webdav3.py` to correctly register XML namespaces, improving compatibility with WebDAV responses.
2026-06-07 17:48:37 -04:00
79d92dc89d feat: add webdav3.py for a Tiny WebDav Server implementation with Python3 support and enhanced functionalities 2026-06-07 11:26:30 -04:00
8eb6e66005 feat: add DirectoryListing component and integrate it into StatusPage; update fonts.css with new font definitions; enhance .gitignore to exclude files directory 2026-06-07 11:26:18 -04:00
d9314c874a feat: add new font files C64_Pro_Mono-STYLE.woff2 and CbmShift-STYLE.woff2 2026-06-07 11:25:14 -04:00
7de20b17c9 remove package-lock from repo 2026-06-07 11:24:37 -04:00
788ec62bb2 feat: simplify SearchOverlay component styling by removing unnecessary classes and maxHeight style 2026-06-06 23:17:26 -04:00
c2cb541257 feat: update package-lock.json to include it in .gitignore and upgrade react-router to version ^7.17.0 2026-06-06 23:15:42 -04:00
686f0795d0 feat: add AGENTS.md and CLAUDE.md for project documentation; update README with features and installation instructions; modify index.html and manifest for consistent naming; enhance App component with new cartridge tools 2026-04-14 18:48:31 -04:00
87550fe5ee feat: update icon paths in manifest and HTML, and adjust service worker registration 2026-04-14 15:09:54 -04:00
c0dde2f5b1 feat: set base path for Vite configuration 2026-04-14 14:36:55 -04:00
bb3dd5ee57 feat: add PWA support with service worker, manifest, and icons 2026-04-14 14:04:23 -04:00
939565ce5a feat: update StatusPage layout and functionality with enhanced system status display and activity log 2026-04-14 13:55:14 -04:00
2643178b61 feat: expand app functionality with new app cards and individual app pages in App component 2026-04-14 04:05:17 -04:00
a8b1aadb1c style: reorganize action buttons in StatusPage for improved layout and accessibility 2026-04-14 01:18:41 -04:00
fa3f84e42e feat: add reset functionality and directory/disk map overlays to StatusPage 2026-04-14 01:17:14 -04:00
00572089e3 feat: enhance StatusPage with file info display and loading progress 2026-04-14 01:06:22 -04:00
a5627ef860 style: enhance media button titles in DeviceDetailOverlay and StatusPage for better clarity 2026-04-14 00:49:54 -04:00
c6d382a88d style: update SearchOverlay background opacity and button styling for improved aesthetics 2026-04-14 00:37:04 -04:00
6b0ffb7de2 style: enhance SearchOverlay layout and responsiveness 2026-04-14 00:31:32 -04:00
4c2ce166e8 feat: add 'apps' page and update navigation with new icon 2026-04-14 00:29:15 -04:00
5e329a7f39 refactor: update App and StatusPage components for improved styling and functionality 2026-04-14 00:22:43 -04:00
9eeffde903 initial commit 2026-04-13 23:55:36 -04:00