mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
move import mode next to import button
This commit is contained in:
parent
482decb511
commit
35dbd70c2a
1 changed files with 16 additions and 16 deletions
|
|
@ -179,6 +179,22 @@
|
||||||
justify="space-between"
|
justify="space-between"
|
||||||
align="center"
|
align="center"
|
||||||
>
|
>
|
||||||
|
<v-col>
|
||||||
|
<v-btn
|
||||||
|
:text="
|
||||||
|
$formatMessage({
|
||||||
|
description: 'Import books table: bottom bar: select series button',
|
||||||
|
defaultMessage: 'Select series',
|
||||||
|
id: 'SqZoei',
|
||||||
|
})
|
||||||
|
"
|
||||||
|
color=""
|
||||||
|
:disabled="loading || selectedBookIds.length == 0"
|
||||||
|
@mouseenter="dialogSeriesPickerActivator = $event.currentTarget as Element"
|
||||||
|
@click="selectSeriesForSelected()"
|
||||||
|
/>
|
||||||
|
</v-col>
|
||||||
|
|
||||||
<v-col cols="auto">
|
<v-col cols="auto">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="copyMode"
|
v-model="copyMode"
|
||||||
|
|
@ -196,22 +212,6 @@
|
||||||
></v-select>
|
></v-select>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col>
|
|
||||||
<v-btn
|
|
||||||
:text="
|
|
||||||
$formatMessage({
|
|
||||||
description: 'Import books table: bottom bar: select series button',
|
|
||||||
defaultMessage: 'Select series',
|
|
||||||
id: 'SqZoei',
|
|
||||||
})
|
|
||||||
"
|
|
||||||
color=""
|
|
||||||
:disabled="loading || selectedBookIds.length == 0"
|
|
||||||
@mouseenter="dialogSeriesPickerActivator = $event.currentTarget as Element"
|
|
||||||
@click="selectSeriesForSelected()"
|
|
||||||
/>
|
|
||||||
</v-col>
|
|
||||||
|
|
||||||
<v-col cols="auto">
|
<v-col cols="auto">
|
||||||
<v-btn
|
<v-btn
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue