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

feature: convert form input to Svelte component and create module for

fetching event data & parsing it
This commit is contained in:
Ondřej Synáček
2020-12-20 13:50:12 +01:00
parent 128b03344b
commit b28995aa1e
10 changed files with 182 additions and 166 deletions

View File

@ -1,4 +1,5 @@
<script>
import Input from './Input.svelte'
import TrackingPanel from './TrackingPanel.svelte'
import EventList from './EventList.svelte'
@ -12,6 +13,7 @@
<TrackingPanel />
{/if}
<Input />
{#if showEventList}
<EventList />
{/if}