From 8c9b7bf533f22ee0bf3c93b6ab49597c953e550b Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Wed, 15 Jan 2020 11:54:12 +0200 Subject: [PATCH] update vue, try to use vue virtual scroller, not great --- package.json | 3 +- .../account_actions/account_actions.vue | 4 +-- .../extra_buttons/extra_buttons.vue | 4 +-- .../moderation_tools/moderation_tools.vue | 8 ++--- .../selectable_list/selectable_list.vue | 5 ++- .../status_popover/status_popover.vue | 2 +- .../style_switcher/style_switcher.vue | 2 +- src/components/timeline/timeline.js | 1 + src/components/timeline/timeline.vue | 35 +++++++++++++------ src/components/user_profile/user_profile.vue | 6 ++-- .../user_reporting_modal.vue | 3 +- .../user_settings/user_settings.vue | 28 +++++++-------- src/main.js | 3 ++ yarn.lock | 32 ++++++++++++++--- 14 files changed, 84 insertions(+), 52 deletions(-) diff --git a/package.json b/package.json index 38936b23..e75c938a 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,12 @@ "sanitize-html": "^1.13.0", "v-click-outside": "^2.1.1", "v-tooltip": "^2.0.2", - "vue": "^2.5.13", + "vue": "^2.6.11", "vue-chat-scroll": "^1.2.1", "vue-i18n": "^7.3.2", "vue-router": "^3.0.1", "vue-template-compiler": "^2.3.4", + "vue-virtual-scroller": "^1.0.0-rc.2", "vuelidate": "^0.7.4", "vuex": "^3.0.1", "whatwg-fetch": "^2.0.3" diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index d3235be1..905679e6 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -7,7 +7,7 @@ placement="bottom-end" :offset="5" > -
+