From c9a02df8a7b5d3a427b6f12ed81bd3556e238b91 Mon Sep 17 00:00:00 2001 From: SubTeno Date: Sun, 16 Oct 2022 06:49:08 +0000 Subject: [PATCH] Update 16/10/2022 - Replaced width to min-width in App.vue to fix handleScroll() function - Reduced videoStep number to 30 as 100 seems unnecessary and thus loads eager content and also reduces server load, (by not loading eager image), but idk the exact number so -- yea. - Removed custom instance modal to reduce redundancy and to activate reactivity (so that people doesn't need to reload everytime they add/remove a custom instance) --- src/App.vue | 2 +- src/components/CustomInstanceModal.vue | 107 ------------------------- src/components/FeedPage.vue | 2 +- src/components/PreferencesPage.vue | 94 +++++++++++++++++++++- 4 files changed, 93 insertions(+), 112 deletions(-) delete mode 100644 src/components/CustomInstanceModal.vue diff --git a/src/App.vue b/src/App.vue index 9645eab6..5a865fd7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@