remove unused code
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
</f7-toolbar>
|
||||
<f7-page-content>
|
||||
<f7-list dividers no-hairlines class="no-margin-vertical">
|
||||
<f7-list dividers class="no-margin-vertical">
|
||||
<f7-list-item link="#" no-chevron
|
||||
:title="$tIf((titleField ? item[titleField] : item), titleI18n)"
|
||||
:value="getItemValue(item, index, valueField, valueType)"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="padding-horizontal padding-bottom">
|
||||
<p class="no-margin" v-if="hint">{{ hint }}</p>
|
||||
<slot></slot>
|
||||
<f7-list no-hairlines strong class="no-margin">
|
||||
<f7-list strong class="no-margin">
|
||||
<f7-list-input
|
||||
type="number"
|
||||
autocomplete="one-time-code"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<div class="padding-horizontal padding-bottom">
|
||||
<p class="no-margin" v-if="hint">{{ hint }}</p>
|
||||
<f7-list no-hairlines strong class="no-margin">
|
||||
<f7-list strong class="no-margin">
|
||||
<f7-list-input
|
||||
type="password"
|
||||
autocomplete="current-password"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<div class="padding-horizontal padding-bottom">
|
||||
<p class="no-margin">{{ hint }}</p>
|
||||
<f7-list no-hairlines class="no-margin">
|
||||
<f7-list class="no-margin">
|
||||
<f7-list-item class="list-item-pincode-input">
|
||||
<pin-code-input :secure="true" :length="6" v-model="currentPinCode"/>
|
||||
</f7-list-item>
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
</div>
|
||||
</f7-toolbar>
|
||||
<f7-page-content>
|
||||
<f7-list no-hairlines class="no-margin-top no-margin-bottom" v-if="!items || !items.length || noAvailableTag">
|
||||
<f7-list class="no-margin-top no-margin-bottom" v-if="!items || !items.length || noAvailableTag">
|
||||
<f7-list-item :title="$t('No available tag')"></f7-list-item>
|
||||
</f7-list>
|
||||
<f7-list dividers no-hairlines class="no-margin-top no-margin-bottom" v-else-if="items && items.length && !noAvailableTag">
|
||||
<f7-list dividers class="no-margin-top no-margin-bottom" v-else-if="items && items.length && !noAvailableTag">
|
||||
<f7-list-item checkbox
|
||||
:class="isChecked(item.id) ? 'list-item-selected' : ''"
|
||||
:value="item.id"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="grid grid-cols-2 grid-gap">
|
||||
<div>
|
||||
<div class="primary-list-container">
|
||||
<f7-list dividers no-hairlines class="primary-list no-margin-vertical">
|
||||
<f7-list dividers class="primary-list no-margin-vertical">
|
||||
<f7-list-item link="#" no-chevron
|
||||
:class="{ 'primary-list-item-selected': item === selectedPrimaryItem }"
|
||||
:value="primaryValueField ? item[primaryValueField] : item"
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="secondary-list-container">
|
||||
<f7-list dividers no-hairlines class="secondary-list no-margin-vertical" v-if="selectedPrimaryItem && primarySubItemsField && selectedPrimaryItem[primarySubItemsField]">
|
||||
<f7-list dividers class="secondary-list no-margin-vertical" v-if="selectedPrimaryItem && primarySubItemsField && selectedPrimaryItem[primarySubItemsField]">
|
||||
<f7-list-item link="#" no-chevron
|
||||
:class="{ 'secondary-list-item-selected': isSecondarySelected(subItem) }"
|
||||
:value="secondaryValueField ? subItem[secondaryValueField] : subItem"
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<div style="font-size: 18px"><b>{{ $t('Two-Factor Authentication') }}</b></div>
|
||||
</div>
|
||||
<div class="padding-horizontal padding-bottom">
|
||||
<f7-list no-hairlines strong class="no-margin">
|
||||
<f7-list strong class="no-margin">
|
||||
<f7-list-input
|
||||
type="number"
|
||||
autocomplete="one-time-code"
|
||||
|
||||
Reference in New Issue
Block a user