From 61dcdbf99293de8c8b813ccec2833b190d3f97b2 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 7 Apr 2021 22:42:34 +0300 Subject: [PATCH] migrate to v-slot --- .../account_actions/account_actions.vue | 25 ++-- src/components/chat_list/chat_list.vue | 5 +- src/components/chat_message/chat_message.vue | 32 ++--- .../domain_mute_card/domain_mute_card.vue | 4 +- .../extra_buttons/extra_buttons.vue | 24 ++-- .../moderation_tools/moderation_tools.vue | 25 ++-- .../notifications/notification_filters.vue | 8 +- src/components/popover/popover.js | 2 +- src/components/react_button/react_button.vue | 28 +++-- .../selectable_list/selectable_list.vue | 7 +- .../helpers/modified_indicator.vue | 16 +-- .../settings_modal/settings_modal.vue | 28 +++-- .../tabs/mutes_and_blocks_tab.vue | 73 +++++------- .../status_popover/status_popover.vue | 8 +- .../timeline/timeline_quick_settings.vue | 109 +++++++++--------- .../timeline_menu/timeline_menu.vue | 43 +++---- src/components/user_card/user_card.vue | 6 +- .../user_list_popover/user_list_popover.vue | 59 +++++----- src/components/user_profile/user_profile.vue | 10 +- .../user_reporting_modal.vue | 5 +- 20 files changed, 238 insertions(+), 279 deletions(-) diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index ab5d1d2982..1e31151ca6 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -6,10 +6,7 @@ :bound-to="{ x: 'container' }" remove-padding > -
+ @@ -83,7 +79,6 @@ } .ellipsis-button { - cursor: pointer; width: 2.5em; margin: -0.5em 0; padding: 0.5em 0; diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue index e23eec135b..f98b7ed294 100644 --- a/src/components/chat_list/chat_list.vue +++ b/src/components/chat_list/chat_list.vue @@ -23,10 +23,7 @@ class="timeline" > -