add all explorers dialog and show confirm dialog when restoring to last saved explorer

This commit is contained in:
MaysWind
2026-01-09 00:33:31 +08:00
parent 5ae763273a
commit 3cf1276fa7
22 changed files with 434 additions and 20 deletions
@@ -88,7 +88,11 @@
<v-card-text>
<v-row>
<v-col cols="12">
<div class="text-center py-4" v-if="!element.conditions || element.conditions.length < 1">
<div class="text-center pt-5 pb-6" v-if="loading">
<v-skeleton-loader class="skeleton-no-margin ms-3" type="text" :loading="true"></v-skeleton-loader>
</div>
<div class="text-center py-4" v-else-if="!loading && !element.conditions || element.conditions.length < 1">
{{ tt('No conditions defined. All transactions will match.') }}
</div>