adding new convo page with search

This commit is contained in:
talksik
2022-04-02 12:34:53 -04:00
parent e6981ea144
commit c512811a09
4 changed files with 59 additions and 4 deletions
@@ -15,3 +15,9 @@ export const $selectedConversation = atom<string>({
key: "SELECTED_CONVERSATION",
default: null,
});
// new convo page trigger
export const $newConvoPage = atom<boolean>({
key: "NEW_CONVO_PAGE",
default: false,
});