cmdinput actions (filter, ai, and history) (#395)

* clientsettings fixups -- border top, padding, and remove theme dropdown for prod

* new cmdinput actions, get the filter commands showing, titlebars for info history and info aichat, toggles for history
This commit is contained in:
Mike Sawka
2024-03-06 19:15:51 -08:00
committed by GitHub
parent 3a119ae575
commit 29acdc6eff
12 changed files with 257 additions and 93 deletions
+1
View File
@@ -46,6 +46,7 @@
/* global colors */
--app-bg-color: black;
--app-accent-color: rgb(88, 193, 66);
--app-accent-bg-color: rgba(88, 193, 66, 0.2);
--app-error-color: rgb(204, 0, 0);
--app-warning-color: rgb(255, 165, 0);
--app-success-color: rgb(38, 97, 26);