Commit Graph

3 Commits

Author SHA1 Message Date
a38f5de32a fix: move logo to static folder and update template paths 2026-03-12 12:46:04 +08:00
d18ef952ec feat(quick-1): add TCK logo to all 4 template navigation bars
- Added .nav-logo CSS styling to dashboard.html, settings.html, calibration.html, files.html
- Added logo image at start of each navigation bar using logo/[LOGO] TCK.svg
- Logo displays at 40px height, touch-friendly sizing
2026-03-12 11:37:31 +08:00
253b8ecaa2 feat(02-02): add file list scroll navigation and tidEDA export
- Create files.html template with scrollable file list
- Add /files route to serve the Flash Memory page
- Add POST /api/files/export endpoint for tidEDA format
- Include file count display and search/filter functionality
- Add export, view, and delete buttons for each file
- Security: prevent path traversal in file operations

Implements FILE-03 (scroll navigation) and FILE-05 (tidEDA export)
2026-03-12 07:41:53 +08:00