chatwoot/app/javascript/dashboard/constants/localStorage.js
Shivam Mishra 7fd8b4d03a
feat: update colors for v4 (#10660)
Porting changes from https://github.com/chatwoot/chatwoot/pull/10552

---------

Co-authored-by: Pranav <[email protected]>
Co-authored-by: Sivin Varghese <[email protected]>
Co-authored-by: Vishnu Narayanan <[email protected]>
Co-authored-by: Sojan <[email protected]>
Co-authored-by: iamsivin <[email protected]>
Co-authored-by: Pranav <[email protected]>
2025-01-15 17:13:03 +05:30

9 lines
280 B
JavaScript

export const LOCAL_STORAGE_KEYS = {
DISMISSED_UPDATES: 'dismissedUpdates',
WIDGET_BUILDER: 'widgetBubble_',
DRAFT_MESSAGES: 'draftMessages',
COLOR_SCHEME: 'color_scheme',
DISMISSED_LABEL_SUGGESTIONS: 'labelSuggestionsDismissed',
MESSAGE_REPLY_TO: 'messageReplyTo',
};