feat: storage extra metadata + user search fix

This commit is contained in:
NGPixel
2018-08-05 11:27:46 -04:00
parent bcd6ceb271
commit 47dcc90fb7
20 changed files with 123 additions and 14 deletions

View File

@@ -21,9 +21,10 @@
label='Search Users...'
v-model='search'
prepend-icon='search'
:class='$vuetify.dark ? "grey darken-4" : "blue lighten-5"'
:background-color='$vuetify.dark ? "grey darken-4" : "blue lighten-5"'
color='primary'
ref='searchIpt'
hide-details
)
v-list(two-line)
template(v-for='(usr, idx) in items')