feat(frontend): implement UX refinements and syntax highlighting (#11423)

This commit is contained in:
ls-root
2026-02-01 18:23:13 +01:00
committed by GitHub
parent aebe478fe9
commit 6f171f29de
4 changed files with 86 additions and 32 deletions

2
frontend/package.json generated
View File

@@ -31,6 +31,7 @@
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.90.12",
"@types/react-syntax-highlighter": "^15.5.13",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"class-variance-authority": "^0.7.1",
@@ -52,6 +53,7 @@
"react-day-picker": "^9.12.0",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^16.1.0",
"react-use-measure": "^2.1.7",
"recharts": "3.6.0",
"sharp": "^0.34.5",