mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
data management page
This commit is contained in:
parent
4f2091858b
commit
1a0d855ebc
2 changed files with 5 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
<template #activator="{ props }">
|
<template #activator="{ props }">
|
||||||
<v-btn
|
<v-btn
|
||||||
color="accent"
|
color="accent"
|
||||||
variant="flat"
|
variant="elevated"
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
>
|
>
|
||||||
<v-icon>
|
<v-icon>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
:disabled="selected.length < 1"
|
:disabled="selected.length < 1"
|
||||||
mode="event"
|
mode="event"
|
||||||
color="info"
|
color="info"
|
||||||
variant="flat"
|
variant="elevated"
|
||||||
:items="bulkActions"
|
:items="bulkActions"
|
||||||
v-bind="bulkActionListener"
|
v-bind="bulkActionListener"
|
||||||
/>
|
/>
|
||||||
|
@ -49,6 +49,7 @@
|
||||||
<div class="mx-2 clip-width">
|
<div class="mx-2 clip-width">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="search"
|
v-model="search"
|
||||||
|
variant="underlined"
|
||||||
:label="$t('search.search')"
|
:label="$t('search.search')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -129,7 +129,7 @@
|
||||||
<v-btn
|
<v-btn
|
||||||
color="accent"
|
color="accent"
|
||||||
class="mr-2"
|
class="mr-2"
|
||||||
variant="flat"
|
variant="elevated"
|
||||||
dark
|
dark
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
>
|
>
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
:disabled="selected.length < 1"
|
:disabled="selected.length < 1"
|
||||||
mode="event"
|
mode="event"
|
||||||
color="info"
|
color="info"
|
||||||
variant="flat"
|
variant="elevated"
|
||||||
:items="actions"
|
:items="actions"
|
||||||
@export-selected="openDialog(MODES.export)"
|
@export-selected="openDialog(MODES.export)"
|
||||||
@tag-selected="openDialog(MODES.tag)"
|
@tag-selected="openDialog(MODES.tag)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue