feat: add message list and local storage

This commit is contained in:
Shivam Mishra
2024-12-16 20:02:19 +05:30
parent 4b9f2675e1
commit 896a5ad23f
2 changed files with 125 additions and 0 deletions
@@ -5,4 +5,5 @@ export const LOCAL_STORAGE_KEYS = {
COLOR_SCHEME: 'color_scheme',
DISMISSED_LABEL_SUGGESTIONS: 'labelSuggestionsDismissed',
MESSAGE_REPLY_TO: 'messageReplyTo',
USE_NEXT_BUBBLE: 'useNextBubble',
};