Latest v3.0.0 rc4 fixes (#2490)

* Use the same font size for code blocks as we do for the rest of the chat text.

* Add a conversation tray after discussion with Vincent and Andriy and gathering
of feedback from some other users. This adds the reset context back as a
recycle button and copy chat features back to the app for v3.0.0.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
AT
2024-06-30 15:10:19 -04:00
committed by GitHub
parent 1bc16a2a4f
commit 4a1a3c48e8
20 changed files with 235 additions and 123 deletions

View File

@@ -518,7 +518,7 @@ QtObject {
case "Dark":
return accentColor;
default:
return accentColor;
return black;
}
}
@@ -529,7 +529,7 @@ QtObject {
case "Dark":
return darkwhite;
default:
return black;
return accentColor;
}
}
@@ -740,7 +740,7 @@ QtObject {
case "Dark":
return green400;
default:
return green400;
return black;
}
}