Add heading, update changelog, bump version

This commit is contained in:
Jon Staab
2025-10-02 12:43:19 -07:00
parent 04155f5b23
commit 71dcfae5ff
6 changed files with 29 additions and 8 deletions
+7
View File
@@ -3,6 +3,7 @@
import {getTagValue, getAddress} from "@welshman/util"
import {isRelayFeed, findFeed} from "@welshman/feeds"
import Inbox from "@assets/icons/inbox.svg?dataurl"
import Bell from "@assets/icons/bell.svg?dataurl"
import AddCircle from "@assets/icons/add-circle.svg?dataurl"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"
@@ -108,6 +109,12 @@
</div>
</div>
<div class="card2 bg-alt flex flex-col gap-4 shadow-xl">
<div class="flex items-center justify-between">
<strong class="flex items-center gap-3">
<Icon icon={Bell} />
Notifications
</strong>
</div>
<div class="flex justify-between">
<p>Notify me about new direct messages</p>
<input
+1 -1
View File
@@ -32,7 +32,7 @@
<div>Join a space</div>
{/snippet}
{#snippet info()}
<div>Enter an invite code or url to join an existing space.</div>
<div>Enter an invite link to join an existing space.</div>
{/snippet}
</CardButton>
</Button>