Skip to content

Commit a466954

Browse files
committed
feat[frontend]: build Discover-style Log Explorer wired to backend + i18n
1 parent a5e1a77 commit a466954

27 files changed

Lines changed: 3884 additions & 887 deletions

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ installer/public_key.crt
1616
qodana.yaml
1717
backend/.env.example
1818
backend/.env
19+
20+
# Compiled backend binary (produced by dev-backend/build.sh)
21+
backend/backend
22+
23+
# Local docker dev harness (compose + build.sh + .env)
24+
dev-backend/

frontend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ dist-ssr/
66
*.log
77
.vite/
88
.DS_Store
9+
*.tsbuildinfo

frontend/package-lock.json

Lines changed: 1087 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"i18next": "^26.3.1",
2424
"i18next-browser-languagedetector": "^8.2.1",
2525
"lucide-react": "^0.468.0",
26+
"mermaid": "^11.15.0",
2627
"react": "^19.0.0",
2728
"react-dom": "^19.0.0",
2829
"react-i18next": "^17.0.8",

0 commit comments

Comments
 (0)