mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add behavioral and coaching call popups
Summary: Adds a new category of popups that are shown dynamically when certain parts of the UI are first rendered, and a free coaching call popup that's shown to users on their site home page. Test Plan: Browser tests. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3706
This commit is contained in:
@@ -62,8 +62,12 @@ export const MIN_URLID_PREFIX_LENGTH = 12;
|
||||
export const commonUrls = {
|
||||
help: getHelpCenterUrl(),
|
||||
helpAccessRules: "https://support.getgrist.com/access-rules",
|
||||
helpColRefs: "https://support.getgrist.com/col-refs",
|
||||
helpConditionalFormatting: "https://support.getgrist.com/conditional-formatting",
|
||||
helpFilterButtons: "https://support.getgrist.com/search-sort-filter/#filter-buttons",
|
||||
helpLinkingWidgets: "https://support.getgrist.com/linking-widgets",
|
||||
helpRawData: "https://support.getgrist.com/raw-data",
|
||||
helpUnderstandingReferenceColumns: "https://support.getgrist.com/col-refs/#understanding-reference-columns",
|
||||
helpTriggerFormulas: "https://support.getgrist.com/formulas/#trigger-formulas",
|
||||
helpTryingOutChanges: "https://support.getgrist.com/copying-docs/#trying-out-changes",
|
||||
plans: "https://www.getgrist.com/pricing",
|
||||
|
||||
Reference in New Issue
Block a user