feat: Introduce dedicated settings page with API URL configuration and data management hooks, and update Dockerfile for runtime env injection.

This commit is contained in:
2025-12-26 15:55:55 +01:00
parent 23b3c5000f
commit 7840227649
14 changed files with 368 additions and 89 deletions

View File

@@ -0,0 +1,5 @@
// Default environment configuration for development
// This file is replaced at Docker container startup with runtime values
window.env = {
// API_URL will be injected by Docker, or can be overridden via localStorage
};