Cleanup frontend and unify typing · python/memory.python.org@d880d86 · GitHub
Skip to content

Commit d880d86

Browse files
committed
Cleanup frontend and unify typing
1 parent a42fd4c commit d880d86

19 files changed

Lines changed: 1006 additions & 1105 deletions

backend/app/routers/admin.py

Lines changed: 15 additions & 7 deletions

backend/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ pytest
1111
pytest-asyncio
1212
httpx
1313
authlib>=1.2.0
14+
sqlparse

frontend/package-lock.json

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@radix-ui/react-tabs": "^1.1.3",
2323
"@radix-ui/react-toast": "^1.2.6",
2424
"@radix-ui/react-tooltip": "^1.1.8",
25+
"ace-builds": "^1.43.0",
2526
"class-variance-authority": "^0.7.1",
2627
"clsx": "^2.1.1",
2728
"date-fns": "^3.6.0",
@@ -32,6 +33,7 @@
3233
"patch-package": "^8.0.0",
3334
"prettier": "^3.5.3",
3435
"react": "^18.3.1",
36+
"react-ace": "^14.0.1",
3537
"react-dom": "^18.3.1",
3638
"recharts": "^2.15.1",
3739
"tailwind-merge": "^3.0.1",

frontend/src/app/admin/components/AdminUsersManager.tsx

Lines changed: 38 additions & 79 deletions

0 commit comments

Comments
 (0)