improve ux, moved functionality for better ui experience on app and extension.
This commit is contained in:
@@ -241,11 +241,10 @@ const headers = [
|
||||
{ title: 'Actions', key: 'actions', width: 100, sortable: false },
|
||||
]
|
||||
|
||||
onMounted(async () => {
|
||||
await Promise.all([
|
||||
loadDownloads(),
|
||||
sourcesStore.fetchSources(),
|
||||
])
|
||||
onMounted(() => {
|
||||
// Load data in background - don't block UI rendering
|
||||
loadDownloads()
|
||||
sourcesStore.fetchSources()
|
||||
})
|
||||
|
||||
watch([filterStatus, filterSourceId, filterFromDate, filterToDate], () => {
|
||||
|
||||
Reference in New Issue
Block a user