Skip to content
Snippets Groups Projects
Commit b93e5437 authored by HJ's avatar HJ :fire:
Browse files

manual lint

parent 64d56e65
No related branches found
No related tags found
No related merge requests found
......@@ -951,14 +951,16 @@
:fallback="currentShadowFallback"
/>
<div v-if="shadowSelected === 'avatar' || shadowSelected === 'avatarStatus'">
<i18n-t scope="global"
<i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.always_drop_shadow"
tag="p"
>
<code>filter: drop-shadow()</code>
</i18n-t>
<p>{{ $t('settings.style.shadows.filter_hint.avatar_inset') }}</p>
<i18n-t scope="global"
<i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.drop_shadow_syntax"
tag="p"
>
......@@ -966,7 +968,8 @@
<code>spread-radius</code>
<code>inset</code>
</i18n-t>
<i18n-t scope="global"
<i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.inset_classic"
tag="p"
>
......
......@@ -204,7 +204,8 @@
v-model="selected.alpha"
:disabled="!present"
/>
<i18n-t scope="global"
<i18n-t
scope="global"
keypath="settings.style.shadows.hintV3"
tag="p"
>
......
......@@ -74,7 +74,8 @@
v-if="currentReplies.length && !threadShowing"
class="thread-tree-replies thread-tree-replies-hidden"
>
<i18n-t scope="global"
<i18n-t
scope="global"
v-if="simple"
tag="button"
keypath="status.thread_follow_with_icon"
......@@ -92,8 +93,9 @@
</span>
</template>
</i18n-t>
<i18n-t scope="global"
<i18n-t
v-else
scope="global"
tag="button"
keypath="status.thread_show_full_with_icon"
class="button-unstyled -link thread-tree-show-replies-button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment