1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 00:29:54 +00:00
This commit is contained in:
2025-08-26 02:29:21 +02:00
parent 1993b95877
commit 7d48984703
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -131,6 +131,7 @@ body:not(.loading) #loading {
position: absolute;
top: 15px;
right: 20px;
z-index: 45;
}
.notification {