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

@ -63,7 +63,7 @@
</div>
<Modal bind:visible={show_composer}>
<Composer/>
<Composer on:compose_finished={() => show_composer = false }/>
</Modal>
</div>