CLEANUP remove extraneous containers and rows and columns

This commit is contained in:
2021-01-02 18:34:49 +00:00
parent bfafba6c69
commit ee4fb103de
13 changed files with 65 additions and 110 deletions

View File

@@ -18,14 +18,6 @@
deletable-chips
cache-items
>
<!-- <template v-slot:no-data>
<v-list-item>
<v-list-item-title>
Search for your favorite
<strong>TAG</strong>
</v-list-item-title>
</v-list-item>
</template> -->
<template slot="no-data" v-if="tagSearchEntry">
<v-container fluid>
<v-row>
@@ -47,7 +39,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* eslint-disable */
////////////////////////////////////////////////////////////////////////////////////////////////////////////
//NOTE: I had some concerns about how the selection is made, but leving it for now
//NOTE: I had some concerns about how the selection is made, but leaving it for now
//basically the typed text stays after you select from dropdown, however, it clears as soon as you tab off
//and in theory it could help if picking more than one tag that have similar selection criteria
export default {