add instant mod edits

This commit is contained in:
plebeius.eth
2023-09-16 17:29:14 +02:00
parent 6f2e8dcaa8
commit e8b42786e1
11 changed files with 90 additions and 14 deletions
+3
View File
@@ -26,6 +26,9 @@ const useGeneralStore = create((set) => ({
editedComment: '',
setEditedComment: (comment) => set({ editedComment: comment }),
editedComments: {},
setEditedComments: (comments) => set({ editedComments: comments }),
feedCacheStates: {},
setFeedCacheState: (address, isCached) => set((prev) => ({
feedCacheStates: {