mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
- Add config for TailwindCSS - Enable HMR - Add a config in LocalStorage for Dark Mode Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
7 lines
182 B
JavaScript
7 lines
182 B
JavaScript
export const LOCAL_STORAGE_KEYS = {
|
|
DISMISSED_UPDATES: 'dismissedUpdates',
|
|
WIDGET_BUILDER: 'widgetBubble_',
|
|
DRAFT_MESSAGES: 'draftMessages',
|
|
COLOR_SCHEME: 'color_scheme',
|
|
};
|