Add notification badges

This commit is contained in:
Jon Staab
2024-11-14 10:53:13 -08:00
parent b296067e55
commit 14ad4ec785
21 changed files with 256 additions and 126 deletions
+2
View File
@@ -13,6 +13,7 @@
import {PLATFORM_NAME} from "@app/state"
import {pushToast} from "@app/toast"
import {loadUserData} from "@app/commands"
import {setChecked} from "@app/notifications"
const signUp = () => pushModal(SignUp)
@@ -32,6 +33,7 @@
await loadUserData(session.pubkey, {relays})
pushToast({message: "Successfully logged in!"})
setChecked("*")
clearModals()
}