DataGrid fix for column resizing

This commit is contained in:
2026-06-12 19:32:03 +02:00
parent 2dfd905e31
commit cf36dfb20b
10 changed files with 849 additions and 1480 deletions

3
.env
View File

@@ -2,7 +2,8 @@ VITE_API_BASE_URL=http://127.0.0.1:8000
# Web UI
WEBUI_PUBLISHED_PORT=5173
VITE_API_BASE_URL=/api/v1
# API base url without /api/v1 or similar parts
VITE_API_BASE_URL=
# For local Vite development outside Docker:
VITE_DEV_API_PROXY_TARGET=http://127.0.0.1:8000
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost:8080