mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-10 11:24:27 +02:00
submission is now a modal
This commit is contained in:
parent
c389a77dfe
commit
10c3dad90f
@ -226,6 +226,8 @@
|
||||
{/if}
|
||||
|
||||
{#if submit}
|
||||
<Modal modalOpen={true}>
|
||||
<svelte:fragment slot="title">Submit</svelte:fragment>
|
||||
<div style="text-align: center;">
|
||||
{#await submitBallot()}
|
||||
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
||||
@ -243,6 +245,7 @@
|
||||
</h6>
|
||||
{/await}
|
||||
</div>
|
||||
</Modal>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="buttons-container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user