very basic post support + misc

This commit is contained in:
vimaexd 2024-07-05 14:51:32 +01:00
parent 7f993ee538
commit 5acb2e1667
36 changed files with 306 additions and 98 deletions

View file

@ -125,7 +125,7 @@
</Button>
</div>
<Button filled label="Post" disabled on:click={() => dispatch("compose")}>
<Button filled label="Post" on:click={() => dispatch("compose")}>
<svelte:fragment slot="icon">
<PostIcon/>
</svelte:fragment>