From eddf5bf12d59fc2371ff8675d61f84ea4e56643a Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Sun, 17 May 2026 17:57:30 -0400 Subject: [PATCH] refactor(style): update chat layout and scrolling --- frontend/public/index.html | 54 +- frontend/public/pages/chats.html | 972 +++++++++----------- frontend/public/pages/images.html | 3 +- frontend/public/pages/settings.html | 3 +- frontend/src/components/chatManager.ts | 64 +- frontend/src/components/chatSidebarStore.ts | 24 + frontend/src/main.ts | 1 + frontend/src/utils/autoScroll.ts | 43 + frontend/styles.css | 11 + 9 files changed, 646 insertions(+), 529 deletions(-) create mode 100644 frontend/src/components/chatSidebarStore.ts create mode 100644 frontend/src/utils/autoScroll.ts diff --git a/frontend/public/index.html b/frontend/public/index.html index d836cde..d565766 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -4,21 +4,55 @@ + Aethera - AI Conversation & Image Generator - -
+
-
+
+ +
-
+ - -
+ +
diff --git a/frontend/public/pages/chats.html b/frontend/public/pages/chats.html index 00a9875..b356f24 100644 --- a/frontend/public/pages/chats.html +++ b/frontend/public/pages/chats.html @@ -1,541 +1,489 @@
-
-