diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 59173759..c4399f30 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -81,56 +81,56 @@
@@ -160,7 +160,10 @@
:href="attachment.url"
target="_blank"
>
-
+
{{ localDescription }}
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue
index f9cad8a9..f2e1b5ce 100644
--- a/src/components/gallery/gallery.vue
+++ b/src/components/gallery/gallery.vue
@@ -26,8 +26,8 @@
:size="size"
:editable="editable"
:remove="removeAttachment"
- :shiftUp="!(attachmentIndex === 0 && rowIndex === 0) && shiftUpAttachment"
- :shiftDn="!(attachmentIndex === row.items.length - 1 && rowIndex === rows.length - 1) && shiftDnAttachment"
+ :shift-up="!(attachmentIndex === 0 && rowIndex === 0) && shiftUpAttachment"
+ :shift-dn="!(attachmentIndex === row.items.length - 1 && rowIndex === rows.length - 1) && shiftDnAttachment"
:edit="editAttachment"
:description="descriptions && descriptions[attachment.id]"
:hide-description="size === 'small' || tooManyAttachments && hidingLong"
diff --git a/src/components/settings_modal/helpers/boolean_setting.vue b/src/components/settings_modal/helpers/boolean_setting.vue
index 3a7bd805..e0d825f2 100644
--- a/src/components/settings_modal/helpers/boolean_setting.vue
+++ b/src/components/settings_modal/helpers/boolean_setting.vue
@@ -1,7 +1,7 @@
diff --git a/src/components/settings_modal/helpers/choice_setting.vue b/src/components/settings_modal/helpers/choice_setting.vue
index 845886ca..54f5d0a7 100644
--- a/src/components/settings_modal/helpers/choice_setting.vue
+++ b/src/components/settings_modal/helpers/choice_setting.vue
@@ -1,7 +1,7 @@
diff --git a/src/components/settings_modal/settings_modal.vue b/src/components/settings_modal/settings_modal.vue
index 0aad1abb..1805c77f 100644
--- a/src/components/settings_modal/settings_modal.vue
+++ b/src/components/settings_modal/settings_modal.vue
@@ -109,8 +109,8 @@
-
- {{ $t("settings.expert_mode")}}
+
+ {{ $t("settings.expert_mode") }}
diff --git a/src/components/settings_modal/tabs/filtering_tab.vue b/src/components/settings_modal/tabs/filtering_tab.vue
index 0352e887..e60a8a85 100644
--- a/src/components/settings_modal/tabs/filtering_tab.vue
+++ b/src/components/settings_modal/tabs/filtering_tab.vue
@@ -21,8 +21,8 @@
{{ $t('settings.hide_muted_threads') }}
@@ -30,8 +30,8 @@
{{ $t('settings.hide_muted_posts') }}
@@ -40,15 +40,18 @@
-
+
{{ $t('settings.hide_post_stats') }}
{{ $t('settings.replies_in_timeline') }}
@@ -87,7 +90,10 @@
-
+
{{ $t('settings.user_profiles') }}
-
diff --git a/src/components/settings_modal/tabs/general_tab.js b/src/components/settings_modal/tabs/general_tab.js
index 9e4e282f..fe7deb6e 100644
--- a/src/components/settings_modal/tabs/general_tab.js
+++ b/src/components/settings_modal/tabs/general_tab.js
@@ -41,7 +41,7 @@ const GeneralTab = {
ChoiceSetting,
InterfaceLanguageSwitcher,
ScopeSelector,
- ServerSideIndicator,
+ ServerSideIndicator
},
computed: {
postFormats () {
diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue
index 7944b03c..d4196c3d 100644
--- a/src/components/settings_modal/tabs/general_tab.vue
+++ b/src/components/settings_modal/tabs/general_tab.vue
@@ -27,7 +27,7 @@
-
-
+
{{ $t('settings.streaming') }}
-
-
+
{{ $t('settings.useStreamingApi') }}
@@ -54,22 +57,34 @@
-
-
+
{{ $t('settings.virtual_scrolling') }}
-
-
+
{{ $t('settings.always_show_post_button') }}
-
-
+
{{ $t('settings.autohide_floating_post_button') }}
-
-
+
{{ $t('settings.hide_shoutbox') }}
@@ -84,18 +99,28 @@
-
-
+
{{ $t('settings.emoji_reactions_on_timeline') }}
-
-
+
{{ $t('settings.no_rich_text_description') }}
{{ $t('settings.attachments') }}
-
-
+
{{ $t('settings.use_contain_fit') }}
@@ -107,7 +132,8 @@
-
{{ $t('settings.preload_images') }}
@@ -115,7 +141,8 @@
-
{{ $t('settings.use_one_click_nsfw') }}
@@ -123,7 +150,10 @@
-
-
+
{{ $t('settings.loop_video') }}
-
{{ $t('settings.loop_video_silent_only') }}
@@ -147,7 +178,10 @@
-
-
+
{{ $t('settings.play_videos_in_modal') }}
@@ -165,51 +199,74 @@
class="setting-list suboptions"
>
-
-
+
{{ $t('settings.mention_link_show_tooltip') }}
-
-
- {{ $t('settings.use_at_icon') }}
-
-
-
-
- {{ $t('settings.mention_link_show_avatar') }}
-
-
-
-
- {{ $t('settings.mention_link_fade_domain') }}
-
-
-
-
- {{ $t('settings.mention_link_bolden_you') }}
-
-
-
{{ $t('settings.fun') }}
-
+
+ {{ $t('settings.use_at_icon') }}
+
+
+
+
+ {{ $t('settings.mention_link_show_avatar') }}
+
+
+
+
+ {{ $t('settings.mention_link_fade_domain') }}
+
+
+
+
+ {{ $t('settings.mention_link_bolden_you') }}
+
+
+
+ {{ $t('settings.fun') }}
+
+
+
{{ $t('settings.greentext') }}
-
+
{{ $t('settings.show_yous') }}
-
+
{{ $t('settings.composing') }}
-
-
-
+
{{ $t('settings.scope_copy') }}
-
-
+
{{ $t('settings.subject_input_always_show') }}
@@ -255,22 +318,34 @@
-
-
+
{{ $t('settings.minimal_scopes_mode') }}
-
-
+
{{ $t('settings.always_show_post_button') }}
-
-
+
{{ $t('settings.autohide_floating_post_button') }}
-
-
+
{{ $t('settings.pad_emoji') }}
diff --git a/src/components/settings_modal/tabs/notifications_tab.vue b/src/components/settings_modal/tabs/notifications_tab.vue
index 5e9ce91e..86be6095 100644
--- a/src/components/settings_modal/tabs/notifications_tab.vue
+++ b/src/components/settings_modal/tabs/notifications_tab.vue
@@ -46,16 +46,25 @@
-
+
{{ $t('settings.notification_setting_privacy') }}