add: working chat ui

This commit is contained in:
trisua 2025-08-27 20:22:12 -04:00
parent f53eb3d367
commit b360c5e737
14 changed files with 319 additions and 53 deletions

View file

@ -101,7 +101,7 @@
// redirect
setTimeout(() => {
window.location.href = \"/app\";
window.location.href = \"/chats\";
}, 150);
}
});