Rework alert settings and UI

This commit is contained in:
Jon Staab
2026-01-30 08:41:58 -08:00
parent ee48072137
commit 4169db33e6
17 changed files with 315 additions and 297 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
}
const {pubkeys, size = 7}: Props = $props()
const limit = isMobile ? 7 : 15
const limit = isMobile ? 7 : 10
for (const pubkey of pubkeys) {
loadProfile(pubkey)