Dialogs and Vuetify styling changes
This commit is contained in:
parent
2ba0d57aa8
commit
a97211afdf
45 changed files with 320 additions and 346 deletions
|
|
@ -5,12 +5,12 @@
|
|||
:key="device.deviceId"
|
||||
:value="device.deviceId"
|
||||
>
|
||||
<template v-slot:default="{ active }">
|
||||
<template v-slot:default="{ isActive }">
|
||||
<v-list-item-title>{{ displayName(device) }}</v-list-item-title>
|
||||
<v-list-item-subtitle>{{
|
||||
verificationStatus(device)
|
||||
}}</v-list-item-subtitle>
|
||||
<v-list-item-action v-if="active">
|
||||
<v-list-item-action v-if="isActive">
|
||||
<v-btn icon>
|
||||
<v-icon
|
||||
:color="
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
? 'red'
|
||||
: device.isVerified()
|
||||
? 'green'
|
||||
: 'grey lighten-1'
|
||||
: 'grey-lighten-1'
|
||||
"
|
||||
>verified_user</v-icon
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue