somewhat better import-export tab + minor fixes

This commit is contained in:
Henry Jameson 2025-11-24 20:53:01 +02:00
commit db73631459
7 changed files with 73 additions and 65 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="importer">
<div class="importer btn-group">
<form>
<input
ref="input"
@ -19,7 +19,7 @@
class="btn button-default"
@click="submit"
>
{{ submitButtonLabel || $t('importer.submit') }}
{{ submitButtonLabel || $t('importer.import') }}
</button>
<div v-if="success">
<button