mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
139 lines
3.0 KiB
JavaScript
139 lines
3.0 KiB
JavaScript
export const eOnLoadNote = '500';
|
|
|
|
export const eOpenActionSheet = '501';
|
|
|
|
export const eCloseActionSheet = '502';
|
|
|
|
export const eOpenSimpleDialog = '503';
|
|
|
|
export const eCloseSimpleDialog = '504';
|
|
|
|
export const eOpenMoveNoteDialog = '505';
|
|
|
|
export const eCloseMoveNoteDialog = '506';
|
|
|
|
export const eOpenAddNotebookDialog = '507';
|
|
|
|
export const eCloseAddNotebookDialog = '508';
|
|
|
|
export const eOpenAddTopicDialog = '509';
|
|
|
|
export const eCloseAddTopicDialog = '510';
|
|
|
|
export const eOpenLoginDialog = '511';
|
|
|
|
export const eCloseLoginDialog = '512';
|
|
|
|
export const eLoginDialogNavigateBack = '514';
|
|
|
|
export const eOpenSideMenu = '515';
|
|
|
|
export const eCloseSideMenu = '516';
|
|
|
|
export const eOpenFullscreenEditor = '517';
|
|
|
|
export const eCloseFullscreenEditor = '518';
|
|
|
|
export const eEnableGestures = '519';
|
|
|
|
export const eDisableGestures = '520';
|
|
|
|
export const eOpenModalMenu = '521';
|
|
|
|
export const eCloseModalMenu = '522';
|
|
|
|
export const eSendSideMenuOverlayRef = '523';
|
|
|
|
export const eMoveNoteDialogNavigateBack = '524';
|
|
|
|
export const eShowToast = '525';
|
|
|
|
export const eHideToast = '526';
|
|
|
|
export const eThemeUpdated = '527';
|
|
|
|
export const eScrollEvent = '528';
|
|
|
|
export const eOnNewTopicAdded = '529';
|
|
|
|
export const eOpenVaultDialog = '530';
|
|
|
|
export const eCloseVaultDialog = '531';
|
|
|
|
export const refreshNotesPage = '532';
|
|
|
|
export const eClearSearch = '533';
|
|
|
|
export const eClearEditor = '534';
|
|
|
|
export const eApplyChanges = '535';
|
|
|
|
export const eShowMergeDialog = '536';
|
|
|
|
export const eSwitchNightMode = '537';
|
|
|
|
export const eStartSyncer = '538';
|
|
|
|
export const eSetModalNavigator = '539';
|
|
|
|
export const eOpenPremiumDialog = '540';
|
|
|
|
export const eClosePremiumDialog = '541';
|
|
|
|
export const eResetApp = '542';
|
|
|
|
export const eOpenExportDialog = '543';
|
|
|
|
export const eCloseExportDialog = '544';
|
|
|
|
export const eOpenRecoveryKeyDialog = '545';
|
|
|
|
export const eCloseRecoveryKeyDialog = '546';
|
|
|
|
export const eOpenPendingDialog = '547';
|
|
|
|
export const eClosePendingDialog = '548';
|
|
|
|
export const eOpenPremiumStatusDialog = '549';
|
|
|
|
export const eClosePremiumStatusDialog = '550';
|
|
|
|
export const eOpenProgressDialog = '551';
|
|
|
|
export const eCloseProgressDialog = '552';
|
|
|
|
export const eOpenRestoreDialog = '553';
|
|
|
|
export const eCloseRestoreDialog = '554';
|
|
|
|
export const eOnNoteEdited = '555';
|
|
|
|
export const eUpdateSearchState = '556';
|
|
|
|
export const eOpenResultDialog = '557';
|
|
export const eCloseResultDialog = '558';
|
|
|
|
export const eOpenSortDialog = '559';
|
|
export const eCloseSortDialog = '560';
|
|
|
|
export const eOpenJumpToDialog = '561';
|
|
export const eCloseJumpToDialog = '562';
|
|
|
|
export const eShowGetPremium = '563';
|
|
export const eOpenRateDialog = '564';
|
|
export const eCloseRateDialog = '565';
|
|
|
|
export const eOpenPublishNoteDialog = '566';
|
|
export const eClosePublishNoteDialog = '567';
|
|
|
|
export const eOpenTagsDialog = '568';
|
|
export const eCloseTagsDialog = '569';
|
|
|
|
export const eOpenAttachmentsDialog = '600';
|
|
export const eCloseAttachmentDialog = '601';
|
|
|
|
export const eOpenTrialEndingDialog = '602';
|
|
|
|
export const eOpenAnnouncementDialog = '603';
|
|
export const eCloseAnnouncementDialog = '604';
|