feat: add config btn and modal to view and copy config (#2289)

* add view config btn and modal

* show loading state

* add note about keyboard
This commit is contained in:
Bernd Storath
2025-11-18 11:36:46 +01:00
committed by GitHub
parent 5c97a8ba73
commit 4e4bfc75e3
5 changed files with 125 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</div>
</template>
<template #actions>
<DialogClose>
<DialogClose as-child>
<BaseSecondaryButton>{{ $t('dialog.cancel') }}</BaseSecondaryButton>
</DialogClose>
</template>