This commit is contained in:
2020-07-06 23:52:25 +00:00
parent d2c3e16c2f
commit f35a2f0db0
2 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,11 @@
PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route changes etc then back here in order lowest level first as affects the most stuff exponentially so best to do it early
=-=-=-=-
todo: plugins
implement first one as mass tag "plugin" (below)
also stub in an import export and any other common ones that will definitely be in v8 from v7
utility / plugin needs to be a single contained accordion item that by template displays itself or not in a non dom filling way (v-if)
Make the content inside a div in case in some future need to move away from accordion list type UI can move it wholesale to something else painlessly
todo: ability to mass tag items from list CLIENT UI
- See bulk jobs added to Attachment list

View File

@@ -17,8 +17,10 @@
<v-card-text>
<v-expansion-panels focusable>
<v-expansion-panel v-for="(item, i) in 5" :key="i">
<v-expansion-panel-header>Item</v-expansion-panel-header>
<v-expansion-panel-header>Plugin / utility name here</v-expansion-panel-header>
<v-expansion-panel-content>
Plugin utility component here, it will decide if it's visible or not
in a way that doesn't take up dom space (v-if I guess in an expansion panel?)
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris