Compare commits

..

1 Commits

Author SHA1 Message Date
userAdityaa 36b09eb8d5 fix: turn on notification defaults and prompt on first DM visit 2026-05-26 11:43:59 +05:30
@@ -38,19 +38,17 @@
<Modal>
<ModalBody>
<ModalHeader>
<ModalTitle>
<span class="flex items-center gap-2">
<Icon icon={Bell} />
Enable notifications
</span>
</ModalTitle>
<div class="flex justify-center">
<Icon icon={Bell} size={6} />
</div>
<ModalTitle>Enable notifications</ModalTitle>
<ModalSubtitle>
Get notified when you receive new direct messages, even when Flotilla is in the background.
</ModalSubtitle>
</ModalHeader>
</ModalBody>
<ModalFooter>
<Button class="btn btn-link" onclick={dismiss} disabled={loading}>Not now</Button>
<Button class="btn btn-ghost" onclick={dismiss} disabled={loading}>Not now</Button>
<Button class="btn btn-primary" onclick={enable} disabled={loading}>
<Spinner {loading}>Enable</Spinner>
</Button>