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 {