mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
feature: add parsing status to UI
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import { requestStore } from '../stores'
|
||||
import { parseStatusStore, requestStore } from '../stores'
|
||||
|
||||
$: error = ($requestStore && $requestStore.error) ? $requestStore.error : null
|
||||
$: pendingRequest = Boolean($requestStore && !$requestStore.error)
|
||||
@@ -31,4 +31,9 @@
|
||||
Fetching event {$requestStore.url}
|
||||
</div>
|
||||
{/if}
|
||||
{#if $parseStatusStore}
|
||||
<div class='status-item'>
|
||||
{$parseStatusStore}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user