Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bbff458bd |
@@ -38,17 +38,19 @@
|
||||
<Modal>
|
||||
<ModalBody>
|
||||
<ModalHeader>
|
||||
<div class="flex justify-center">
|
||||
<Icon icon={Bell} size={6} />
|
||||
</div>
|
||||
<ModalTitle>Enable notifications</ModalTitle>
|
||||
<ModalTitle>
|
||||
<span class="flex items-center gap-2">
|
||||
<Icon icon={Bell} />
|
||||
Enable notifications
|
||||
</span>
|
||||
</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-ghost" onclick={dismiss} disabled={loading}>Not now</Button>
|
||||
<Button class="btn btn-link" onclick={dismiss} disabled={loading}>Not now</Button>
|
||||
<Button class="btn btn-primary" onclick={enable} disabled={loading}>
|
||||
<Spinner {loading}>Enable</Spinner>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user