From 7d489847032ebaee61555dcdade2b82fc4a74fb0 Mon Sep 17 00:00:00 2001 From: Laura Date: Tue, 26 Aug 2025 02:29:21 +0200 Subject: [PATCH] notes --- README.md | 2 ++ static/css/chat.css | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 0ce90d4..3ea2b74 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode ## TODO +- improved custom prompts +- collapse messages - settings - auto-retry on edit - ctrl+enter vs enter for sending diff --git a/static/css/chat.css b/static/css/chat.css index c4decc2..17ab537 100644 --- a/static/css/chat.css +++ b/static/css/chat.css @@ -131,6 +131,7 @@ body:not(.loading) #loading { position: absolute; top: 15px; right: 20px; + z-index: 45; } .notification {