mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Implement AI Assistant UI V2
Summary: Implements the latest design of the Formula AI Assistant. Also switches out brace to the latest build of ace. Test Plan: Browser tests. Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D3949
This commit is contained in:
@@ -333,7 +333,6 @@ export const ThemeColors = t.iface([], {
|
||||
"cell-fg": "string",
|
||||
"cell-bg": "string",
|
||||
"cell-zebra-bg": "string",
|
||||
"formula-editor-bg": "string",
|
||||
"chart-fg": "string",
|
||||
"chart-bg": "string",
|
||||
"chart-legend-bg": "string",
|
||||
@@ -359,6 +358,7 @@ export const ThemeColors = t.iface([], {
|
||||
"tutorials-popup-border": "string",
|
||||
"tutorials-popup-header-fg": "string",
|
||||
"tutorials-popup-box-bg": "string",
|
||||
"ace-editor-bg": "string",
|
||||
"ace-autocomplete-primary-fg": "string",
|
||||
"ace-autocomplete-secondary-fg": "string",
|
||||
"ace-autocomplete-highlighted-fg": "string",
|
||||
@@ -391,6 +391,9 @@ export const ThemeColors = t.iface([], {
|
||||
"login-page-bg": "string",
|
||||
"login-page-backdrop": "string",
|
||||
"login-page-line": "string",
|
||||
"formula-assistant-header-bg": "string",
|
||||
"formula-assistant-border": "string",
|
||||
"formula-assistant-preformatted-text-bg": "string",
|
||||
});
|
||||
|
||||
const exportedTypeSuite: t.ITypeSuite = {
|
||||
|
||||
Reference in New Issue
Block a user