Revamp navigation and styling; enhance API URL handling.

Replaced `Link` components with `NavLink` for active state support and added new sidebar navigation styling. Enhanced API URL handling to prevent mixed content when using HTTPS. Updated layout and CSS for better responsiveness and consistent design.
This commit is contained in:
2026-02-12 10:07:22 +01:00
parent f12dd46c21
commit 7997773129
4 changed files with 116 additions and 11 deletions

View File

@@ -25,4 +25,5 @@ INIT_ADMIN_PASSWORD=ChangeMe123!
# Frontend
FRONTEND_PORT=5173
VITE_API_URL=http://localhost:8000/api/v1
# For reverse proxy + SSL prefer relative path to avoid mixed-content.
VITE_API_URL=/api/v1