1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

improvement: disable input when request is pending

This commit is contained in:
Ondřej Synáček
2020-12-25 09:59:13 +01:00
parent 06c8a217e0
commit 7c831b76e2
4 changed files with 44 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<script>
import Input from './Input.svelte'
import InputContainer from './InputContainer.svelte'
import EventList from './EventList.svelte'
import Status from './Status.svelte'
import TrackingPanel from './TrackingPanel.svelte'
@ -14,8 +14,7 @@
<TrackingPanel />
{/if}
<Status />
<Input />
<InputContainer />
{#if showEventList}
<EventList />
{/if}