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:
@@ -436,9 +436,6 @@ export interface ThemeColors {
|
||||
'cell-bg': string;
|
||||
'cell-zebra-bg': string;
|
||||
|
||||
/* Formula Editor */
|
||||
'formula-editor-bg': string;
|
||||
|
||||
/* Charts */
|
||||
'chart-fg': string;
|
||||
'chart-bg': string;
|
||||
@@ -472,7 +469,8 @@ export interface ThemeColors {
|
||||
'tutorials-popup-header-fg': string;
|
||||
'tutorials-popup-box-bg': string;
|
||||
|
||||
/* Ace Autocomplete */
|
||||
/* Ace */
|
||||
'ace-editor-bg': string;
|
||||
'ace-autocomplete-primary-fg': string;
|
||||
'ace-autocomplete-secondary-fg': string;
|
||||
'ace-autocomplete-highlighted-fg': string;
|
||||
@@ -511,6 +509,11 @@ export interface ThemeColors {
|
||||
'login-page-bg': string;
|
||||
'login-page-backdrop': string;
|
||||
'login-page-line': string;
|
||||
|
||||
/* Formula Assistant */
|
||||
'formula-assistant-header-bg': string;
|
||||
'formula-assistant-border': string;
|
||||
'formula-assistant-preformatted-text-bg': string;
|
||||
}
|
||||
|
||||
export const ThemePrefsChecker = createCheckers(ThemePrefsTI).ThemePrefs as CheckerT<ThemePrefs>;
|
||||
|
||||
Reference in New Issue
Block a user