From 0bc303a762ea5b9d0dc8ed3a1d8f6e9f009bbe9d Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Sun, 9 Nov 2025 13:16:49 -0800 Subject: [PATCH] fix: more navigation and chat fixes --- public/api/users/index.ts | 2 +- public/js/app.js | 61 ++++++++++----------------------------- 2 files changed, 16 insertions(+), 47 deletions(-) diff --git a/public/api/users/index.ts b/public/api/users/index.ts index 1164572..b3d8c46 100644 --- a/public/api/users/index.ts +++ b/public/api/users/index.ts @@ -161,7 +161,7 @@ export async function POST(req: Request, meta: Record): Promise