gristlabs_grist-core/app/client/widgets
Jarosław Sadziński 732611c356 (core) Removing GRIST_FORMULA_ASSISTANT flag
Summary:
A floating formula editor is available by default and in the basic setup allows just formula modification.
AI assistant is now an optional component of the floating editor and it is controlled by OPENAPI_KEY presence.
Env variable GRIST_FORMULA_ASSISTANT was removed, new feature flag HAS_FORMULA_ASSISTANT is derived from the presence of OPENAPI_KEY.

Also updated anonymous signup nudge. By default it displays only info that this feature is only for logged in users.

Test Plan: updated

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3987
2023-08-09 10:08:18 +02:00
..
AbstractWidget.js
AttachmentsEditor.ts (core) Fix linking of new records when attachment is the first thing added. 2023-03-09 08:54:36 -05:00
AttachmentsWidget.ts (core) Fix linking of new records when attachment is the first thing added. 2023-03-09 08:54:36 -05:00
BaseEditor.js
CellStyle.ts Header colored (#581) 2023-08-07 11:01:35 -07:00
CheckBox.css fix: hide check box from toggle in formula mode 2023-01-25 16:28:07 +01:00
CheckBoxEditor.js
ChoiceEditor.js Visually identify that a field is a drop-down list (single choice) #491 (#525) 2023-06-13 13:14:01 -04:00
ChoiceListCell.ts
ChoiceListEditor.ts (core) Fixing DELETE and BACKSPACE keys on ChoiceList and RefList editor. 2023-06-01 16:53:38 +02:00
ChoiceListEntry.ts (core) Save choice config on focus loss 2023-05-08 14:16:10 -04:00
ChoiceTextBox.ts Visually identify that a field is a drop-down list (single choice) #491 (#525) 2023-06-13 13:14:01 -04:00
ChoiceToken.ts
ConditionalStyle.ts (core) Floating formula editor 2023-06-02 17:59:22 +02:00
CurrencyPicker.ts trad: make the widgets and the Welcome Tour translatable 2023-01-24 13:47:09 +01:00
DateEditor.js (core) Fix one day shift in datepicker for DateTime column [WIP] 2023-02-15 14:54:33 +01:00
DateTextBox.js
DateTimeEditor.css (core) Add dark theme to date picker 2023-02-03 10:37:12 -05:00
DateTimeEditor.js
DateTimeTextBox.js
DiffBox.ts
DiscussionEditor.ts (core) Adding description icon and tooltip in the GridView 2023-04-20 18:21:31 +02:00
EditorButtons.ts
EditorPlacement.ts
EditorTooltip.ts fix: styling error + word error 2023-01-24 13:51:53 +01:00
ErrorDom.ts
FieldBuilder.css
FieldBuilder.ts (core) Implement AI Assistant UI V2 2023-07-13 10:30:35 -04:00
FieldEditor.ts (core) Implement AI Assistant UI V2 2023-07-13 10:30:35 -04:00
FloatingEditor.ts (core) Implement AI Assistant UI V2 2023-07-13 10:30:35 -04:00
FormulaAssistant.ts (core) Removing GRIST_FORMULA_ASSISTANT flag 2023-08-09 10:08:18 +02:00
FormulaEditor.ts (core) Removing GRIST_FORMULA_ASSISTANT flag 2023-08-09 10:08:18 +02:00
HyperLinkEditor.ts trad: make the widgets and the Welcome Tour translatable 2023-01-24 13:47:09 +01:00
HyperLinkTextBox.ts (core) Adding links to description tooltips 2023-08-04 18:34:04 +02:00
NewAbstractWidget.ts
NewBaseEditor.ts (core) Floating formula editor 2023-06-02 17:59:22 +02:00
NTextBox.ts (core) Adding links to description tooltips 2023-08-04 18:34:04 +02:00
NTextEditor.ts (core) Floating formula editor 2023-06-02 17:59:22 +02:00
NumericTextBox.ts trad: make the widgets and the Welcome Tour translatable 2023-01-24 13:47:09 +01:00
Reference.css
Reference.ts trad: make the widgets and the Welcome Tour translatable 2023-01-24 13:47:09 +01:00
ReferenceEditor.ts
ReferenceList.ts
ReferenceListEditor.ts (core) Fixing DELETE and BACKSPACE keys on ChoiceList and RefList editor. 2023-06-01 16:53:38 +02:00
Spinner.css
Spinner.ts
Switch.css
TextBox.css (core) Improve highlighting of previewed formula 2023-07-20 14:34:22 -04:00
TextEditor.css (core) Implement AI Assistant UI V2 2023-07-13 10:30:35 -04:00
TextEditor.js Visually identify that a field is a drop-down list (single choice) #491 (#525) 2023-06-13 13:14:01 -04:00
Toggle.ts
TZAutocomplete.ts
UserType.ts trad: make the widgets and the Welcome Tour translatable 2023-01-24 13:47:09 +01:00
UserTypeImpl.ts