From 59f9c709ced2eb4c18d47a4967df350ed86f1515 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 24 Jul 2025 20:45:50 -0700 Subject: [PATCH] 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 --- app/about/page.tsx | 4 +- app/api/captcha/route.ts | 2 +- app/page.tsx | 23 ++-- app/requests/page.tsx | 270 ++++++++++++++++++++------------------- app/services/page.tsx | 37 +++--- components/core/nav.tsx | 196 ++++++++++++++++++++++------ config/services.ts | 6 +- package.json | 14 +- tools/seed-db.ts | 1 + 9 files changed, 342 insertions(+), 211 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 6bc1bc8..a8a08aa 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -67,7 +67,7 @@ export default function About() {
- -