pleasing the linter gods
This commit is contained in:
parent
06608adec4
commit
3355f1d797
10 changed files with 21 additions and 13 deletions
|
|
@ -4,7 +4,10 @@
|
|||
<h3>{{ $t('settings.general') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<label class="setting-item " for="default-vis">
|
||||
<label
|
||||
class="setting-item "
|
||||
for="default-vis"
|
||||
>
|
||||
<span class="setting-label">
|
||||
<ProfileSettingIndicator :is-profile="true" />
|
||||
{{ $t('settings.default_vis') }}
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@
|
|||
</span>
|
||||
<Select
|
||||
id="onBlockDefaultActionLv1"
|
||||
class="setting-control"
|
||||
v-model="onBlockDefaultActionLv1"
|
||||
class="setting-control"
|
||||
>
|
||||
<option
|
||||
v-for="option in muteBlockLv1Options"
|
||||
|
|
|
|||
|
|
@ -142,7 +142,9 @@
|
|||
class="setting-list"
|
||||
>
|
||||
<li class="select-multiple">
|
||||
<h4 class="label">{{ $t('settings.confirm_dialogs') }}</h4>
|
||||
<h4 class="label">
|
||||
{{ $t('settings.confirm_dialogs') }}
|
||||
</h4>
|
||||
<ul class="option-list">
|
||||
<li>
|
||||
<BooleanSetting path="modalOnRepeat">
|
||||
|
|
|
|||
|
|
@ -40,8 +40,8 @@
|
|||
<li>
|
||||
<h4> {{ $t('settings.notification_visibility') }}</h4>
|
||||
<p
|
||||
class="sidenote"
|
||||
v-if="expertLevel > 0"
|
||||
class="sidenote"
|
||||
>
|
||||
{{ $t('settings.notification_setting_filters_chrome_push') }}
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
<li>
|
||||
<div class="setting-item">
|
||||
<Checkbox
|
||||
class="setting-label setting-control custom-boolean-setting"
|
||||
v-model="locked"
|
||||
class="setting-label setting-control custom-boolean-setting"
|
||||
>
|
||||
<ProfileSettingIndicator :is-profile="true" />
|
||||
{{ $t('settings.lock_account_description') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue