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:
@ -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}
|
||||
|
Reference in New Issue
Block a user