From 81257b5201995a5a7808f4d1e9fce130fcfccb28 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Mon, 18 May 2026 10:03:32 -0400 Subject: [PATCH] feat(nav): add Home + Projects to sidebar across all pages; redirect login to home.html; bump image cache to v=hardhat3 --- services/web-ui/nginx.conf | 2 +- services/web-ui/public/capture.html | 6 ++++-- services/web-ui/public/css/common.css | 2 +- services/web-ui/public/index.html | 8 +++++--- services/web-ui/public/jobs.html | 6 ++++-- services/web-ui/public/login.html | 4 ++-- services/web-ui/public/projects.html | 2 +- services/web-ui/public/recorders.html | 6 ++++-- services/web-ui/public/settings.html | 2 +- services/web-ui/public/upload.html | 6 ++++-- 10 files changed, 27 insertions(+), 17 deletions(-) diff --git a/services/web-ui/nginx.conf b/services/web-ui/nginx.conf index 74dd2a1..d9454e3 100644 --- a/services/web-ui/nginx.conf +++ b/services/web-ui/nginx.conf @@ -96,7 +96,7 @@ server { # SPA fallback - try to serve file, else route to index.html location / { - try_files $uri $uri/ /index.html; + try_files $uri $uri/ /home.html; expires -1; add_header Cache-Control "no-cache, no-store, must-revalidate"; } diff --git a/services/web-ui/public/capture.html b/services/web-ui/public/capture.html index 058682b..25c1616 100644 --- a/services/web-ui/public/capture.html +++ b/services/web-ui/public/capture.html @@ -182,14 +182,16 @@