feat(frontend): UI overhaul (#3604)

This commit is contained in:
sp.wack
2024-10-07 23:15:38 +04:00
committed by GitHub
parent 0186674352
commit bfdd7fd620
200 changed files with 19474 additions and 3772 deletions

8
frontend/.env.sample Normal file
View File

@@ -0,0 +1,8 @@
VITE_BACKEND_HOST="127.0.0.1:3000"
VITE_USE_TLS="false"
VITE_INSECURE_SKIP_VERIFY="false"
VITE_FRONTEND_PORT="3001"
# GitHub OAuth
VITE_GITHUB_CLIENT_ID=""
VITE_APP_MODE="oss" # "oss" or "saas"