Many improvemtns and fixes related to decoupling of svelte and rust on android.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
{#if searchQuery.trim()}
|
||||
<SearchResults
|
||||
results={$library.searchResults}
|
||||
loading={$library.isLoading}
|
||||
loading={$library.loadingCount > 0}
|
||||
onItemClick={handleItemClick}
|
||||
/>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user