gristlabs_grist-core/app/client/models
Jarosław Sadziński 1425461cd8 (core) Exposing custom widgets on the UI
Summary:
Exposing custom widgets as a dropdown menu in custom section configuration panel.

Adding new environmental variable GRIST_WIDGET_LIST_URL that points to a
json file with an array of available widgets. When not present, custom widget menu is
hidden, exposing only Custom URL option.

Available widget list can be fetched from:
https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json

Test Plan: New tests, and updated old ones.

Reviewers: paulfitz, dsagal

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3127
2021-12-01 18:21:06 +01:00
..
entities (core) Exposing custom widgets on the UI 2021-12-01 18:21:06 +01:00
AppModel.ts
BaseRowModel.js
BillingModel.ts (core) Migrate to Stripe v8 + implement discount codes 2021-10-20 12:34:03 -07:00
ClientColumnGetters.ts (core) Adding sort options for columns. 2021-11-03 15:31:39 +01:00
ColumnACIndexes.ts
ColumnCache.ts
ColumnFilter.ts
ColumnFilterMenuModel.ts
ConnectState.ts
DataRowModel.ts
DataTableModel.js
DataTableModelWithDiff.ts
DocData.ts
DocModel.ts (core) Remove code related to _grist_TableViews 2021-11-30 23:51:30 +02:00
DocPageModel.ts
errors.ts (core) Exposing custom widgets on the UI 2021-12-01 18:21:06 +01:00
gristConfigCache.ts
gristUrlState.ts
HomeModel.ts
isHiddenTable.ts
MetaRowModel.js
MetaTableModel.js
modelUtil.js
NotifyModel.ts (core) Error message on Duplicate Document 2021-11-09 19:12:57 +01:00
QuerySet.ts
rowset.ts
rowuid.js
SearchModel.ts
SectionFilter.ts (core) Allow filtering hidden columns 2021-11-22 10:26:08 -08:00
TableData.ts (core) Value parsing for refs, parsing data entry for numbers 2021-11-01 19:31:52 +02:00
TableModel.js
TreeModel.ts
UserManagerModel.ts (core) Show ACL link in UserManager conditionally 2021-11-17 08:43:14 -08:00
UserPrefs.ts
WorkspaceInfo.ts