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

refactor: replace event list table with Svelte version

This commit is contained in:
Ondřej Synáček
2020-12-15 22:56:39 +01:00
parent 978662b55c
commit 0f21613e39
7 changed files with 34 additions and 174 deletions

View File

@ -5,7 +5,7 @@
import { configStore, eventStore } from '../stores'
$: showTrackingPanel = $configStore.track === undefined
$: showEventList = $eventStore.length > 0
$: showEventList = $eventStore.events.length > 0
</script>
{#if showTrackingPanel}