This commit is contained in:
2020-07-07 13:28:48 +00:00
parent f35a2f0db0
commit 86631f95bb
2 changed files with 12 additions and 8 deletions

View File

@@ -129,6 +129,7 @@ export default {
"Operations", "Operations",
"Attachments", "Attachments",
"Review", "Review",
"Extensions",
"History", "History",
"Statistics", "Statistics",
"Backup", "Backup",

View File

@@ -7,7 +7,7 @@
:data-cy="!!$ay.dev ? 'plugin' : false" :data-cy="!!$ay.dev ? 'plugin' : false"
> >
<v-card> <v-card>
<v-card-title>Plugins</v-card-title> <v-card-title>{{ $ay.t("Extensions") }}</v-card-title>
todo: show number of selected items, maybe id's? todo: find a name instead todo: show number of selected items, maybe id's? todo: find a name instead
of plugins and maybe alternate icon has to make sense both with accounting of plugins and maybe alternate icon has to make sense both with accounting
and mass tagging and any possible grab bag ad-hoc stuff Joyce suggested and mass tagging and any possible grab bag ad-hoc stuff Joyce suggested
@@ -17,14 +17,17 @@
<v-card-text> <v-card-text>
<v-expansion-panels focusable> <v-expansion-panels focusable>
<v-expansion-panel v-for="(item, i) in 5" :key="i"> <v-expansion-panel v-for="(item, i) in 5" :key="i">
<v-expansion-panel-header>Plugin / utility name here</v-expansion-panel-header> <v-expansion-panel-header
>Plugin / utility name here</v-expansion-panel-header
>
<v-expansion-panel-content> <v-expansion-panel-content>
Plugin utility component here, it will decide if it's visible or not Plugin utility component here, it will decide if it's visible or
in a way that doesn't take up dom space (v-if I guess in an expansion panel?) not in a way that doesn't take up dom space (v-if I guess in an
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do expansion panel?) Lorem ipsum dolor sit amet, consectetur
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut adipiscing elit, sed do eiusmod tempor incididunt ut labore et
enim ad minim veniam, quis nostrud exercitation ullamco laboris dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
nisi ut aliquip ex ea commodo consequat. exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.
</v-expansion-panel-content> </v-expansion-panel-content>
</v-expansion-panel> </v-expansion-panel>
</v-expansion-panels> </v-expansion-panels>