Visual indication of incognito

This commit is contained in:
Enrico Ros
2024-10-30 18:13:28 -07:00
parent 38bdbfeee3
commit 45b4deb7c7
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ Welcome to the advanced tips and tricks guide for Big-AGI. This document will he
- **Shift + Double-Click** on a chat message to **edit** it.
- **Shift + Trash Icon** to **delete** a chats and messages without confirmation.
- also applies elsewhere: delete Attachments, etc.
- also applies elsewhere: delete Attachments, etc.
- **Shift + Click** on **New Chat** to create an incognito chat.
- Drag a big-AGI saved chat into Big-AGI to load (or attach) it.
## Not-so-obvious Shortcuts
@@ -434,6 +434,10 @@ function ChatDrawerItem(props: {
sx={{
border: 'none', // there's a default border of 1px and invisible.. hmm
position: 'relative', // for the progress bar
borderRadius: 'sm', // OPTIMA_NAV_RADIUS, // sync with the optima radius, because they need to match
...isIncognito && {
filter: 'contrast(0)',
},
}}
>