improve ux, moved functionality for better ui experience on app and extension.
This commit is contained in:
@@ -208,8 +208,9 @@ const deleteDialog = ref(false)
|
||||
const deletePlatform = ref('')
|
||||
const verifyingPlatform = ref('')
|
||||
|
||||
onMounted(async () => {
|
||||
await loadData()
|
||||
onMounted(() => {
|
||||
// Don't block UI - load data in background
|
||||
loadData()
|
||||
})
|
||||
|
||||
async function loadData() {
|
||||
|
||||
Reference in New Issue
Block a user