From a38f5de32a3cbe3f57ca2f242c6ed78b2082fd79 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 12 Mar 2026 12:46:04 +0800 Subject: [PATCH] fix: move logo to static folder and update template paths --- .gitignore | 34 ++-------------------------------- README.md | 9 +++++---- src/templates/calibration.html | 2 +- src/templates/dashboard.html | 2 +- src/templates/files.html | 2 +- src/templates/settings.html | 2 +- 6 files changed, 11 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index 0e18415d0..f514b74c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,2 @@ - -# ── GSD baseline (auto-generated) ── -.gsd/activity/ -.gsd/runtime/ -.gsd/auto.lock -.gsd/metrics.json -.gsd/STATE.md -.DS_Store -Thumbs.db -*.swp -*.swo -*~ -.idea/ -.vscode/ -*.code-workspace -.env -.env.* -!.env.example -node_modules/ -.next/ -dist/ -build/ -__pycache__/ -*.pyc -.venv/ -venv/ -target/ -vendor/ -*.log -coverage/ -.cache/ -tmp/ +# Created by venv; see https://docs.python.org/3/library/venv.html +* diff --git a/README.md b/README.md index 3ec87b915..2aa8c41d1 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,11 @@ FLASK_DEBUG=1 python src/app.py ## Version History -| Version | Description | Date | -|---------|-------------|------| -| v1 | Original Flask + Bootstrap interface (archived in `src_v1/`) | Pre-2026 | -| v2 | React/Next.js interface (in development in `v2/`) | 2026-03 | +| Version | Description | Date | Location | +|---------|-------------|------|----------| +| v1 | Flask + Bootstrap interface (archived) | Pre-2026 | `src_v1/` | +| v1 | Flask + Bootstrap interface (active) | 2026-03 | `src/` | +| v2 | React/Next.js interface (in development) | 2026-03 | `v2/` | ## Project Structure diff --git a/src/templates/calibration.html b/src/templates/calibration.html index d42a70d42..60345cdfe 100644 --- a/src/templates/calibration.html +++ b/src/templates/calibration.html @@ -213,7 +213,7 @@