(core) Add April Fools easter egg

Summary: What happens when you type "rr" instead of "r" in an anchor link's row number?

Test Plan: Browser tests.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3829
This commit is contained in:
George Gevoian
2023-03-27 13:25:25 -04:00
parent f59c1edf16
commit 01fbe871aa
10 changed files with 397 additions and 59 deletions

View File

@@ -85,6 +85,7 @@ export const BehavioralPrompt = StringUnion(
'pageWidgetPickerSelectBy',
'editCardLayout',
'addNew',
'rickRow',
);
export type BehavioralPrompt = typeof BehavioralPrompt.type;