This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
export const HIDE_FEEDBACK = "HIDE_FEEDBACK"; | ||
export const ANNOUNCEMENT_TOAST = "announcement-toast"; | ||
export const SUBSCRIPTION_METHOD = "subscription-method"; | ||
export const getNotificationTriggerCookie = (type: string) => | ||
`${type}-notification-trigger`; | ||
export const SLACK_NOTIFICATION_BANNER = "has-closed-slack-banner"; | ||
export const CURRENT_PROJECT = "mci-project-cookie"; | ||
export const COMMIT_CHART_TYPE_VIEW_OPTIONS_ACCORDION = | ||
"commit-chart-view-options-accordion"; | ||
export const CURRENT_PROJECT = "mci-project-cookie"; | ||
export const CY_DISABLE_COMMITS_WELCOME_MODAL = | ||
"cy-disable-commits-welcome-modal"; | ||
export const CY_DISABLE_NEW_USER_WELCOME_MODAL = | ||
"cy-disable-new-user-welcome-modal"; | ||
export const DISABLE_QUERY_POLLING = "disable-query-polling"; | ||
export const SEEN_MIGRATE_GUIDE_CUE = "seen-migrate-guide-cue"; | ||
export const SEEN_HONEYCOMB_GUIDE_CUE = "seen-honeycomb-guide-cue"; | ||
export const getNotificationTriggerCookie = (type: string) => | ||
`${type}-notification-trigger`; | ||
export const HIDE_FEEDBACK = "HIDE_FEEDBACK"; | ||
export const INCLUDE_COMMIT_QUEUE_PROJECT_PATCHES = | ||
"include-commit-queue-project-patches"; | ||
export const INCLUDE_COMMIT_QUEUE_USER_PATCHES = | ||
"include-commit-queue-user-patches"; | ||
export const CY_DISABLE_NEW_USER_WELCOME_MODAL = | ||
"cy-disable-new-user-welcome-modal"; | ||
export const CY_DISABLE_COMMITS_WELCOME_MODAL = | ||
"cy-disable-commits-welcome-modal"; | ||
export const INCLUDE_HIDDEN_PATCHES = "include-hidden-patches"; | ||
export const SEEN_HONEYCOMB_GUIDE_CUE = "seen-honeycomb-guide-cue"; | ||
export const SEEN_MIGRATE_GUIDE_CUE = "seen-migrate-guide-cue"; | ||
export const SLACK_NOTIFICATION_BANNER = "has-closed-slack-banner"; | ||
export const SUBSCRIPTION_METHOD = "subscription-method"; |