feat: ui/ux improvements, updates, + update dependencies

- new mobile menu
- better display and viewing for service cards
- nicer request layout
- should exit after seeding db!
- add missing link for pass
- chat viewing by admins has been disabled for open webui
This commit is contained in:
Aidan 2025-07-24 20:45:50 -07:00
parent 647932b76f
commit 59f9c709ce
9 changed files with 342 additions and 211 deletions

View file

@ -11,27 +11,27 @@
},
"dependencies": {
"@types/react-world-flags": "^1.6.0",
"altcha": "^2.0.5",
"altcha": "^2.1.0",
"altcha-lib": "^1.3.0",
"better-auth": "^1.2.12",
"drizzle-orm": "^0.44.2",
"nanoid": "^5.0.0",
"better-auth": "^1.3.3",
"drizzle-orm": "^0.44.3",
"nanoid": "^5.1.5",
"next": "15.3.4",
"postgres": "^3.4.7",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
"react-hook-form": "^7.61.1",
"react-icons": "^5.5.0",
"react-world-flags": "^1.6.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.4",
"@types/node": "^20.19.9",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"drizzle-kit": "^0.31.4",
"eslint": "^9.30.1",
"eslint": "^9.31.0",
"eslint-config-next": "15.3.4",
"tailwindcss": "^4.1.11",
"tsx": "^4.20.3",