Add loading indicator to discover page, add deploy directions to readme

This commit is contained in:
Jon Staab
2024-11-14 15:43:55 -08:00
parent 8caab03e2f
commit e6483d36b2
8 changed files with 126 additions and 25 deletions
+2 -2
View File
@@ -26,9 +26,9 @@
<form class="column gap-4" on:submit|preventDefault={logout}>
<ModalHeader>
<div slot="title">Are you sure you<br />want to log out?</div>
<div slot="title">Are you sure you want<br />to log out?</div>
</ModalHeader>
<p>Your local database will be cleared.</p>
<p class="text-center">Your local database will be cleared.</p>
<ModalFooter>
<Button class="btn btn-link" on:click={back}>
<Icon icon="alt-arrow-left" />