From 7288861515ffb81d23ddcbce6446f0ad7726cab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseault?= <22910497+Larsluph@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:48:13 +0100 Subject: [PATCH] perf(add-torrent): Use scrollable dialog instead of manual infinite scroll (#1442) --- src/components/Dialogs/AddTorrentDialog.vue | 437 ++++++++++---------- 1 file changed, 217 insertions(+), 220 deletions(-) diff --git a/src/components/Dialogs/AddTorrentDialog.vue b/src/components/Dialogs/AddTorrentDialog.vue index 2c43f3d7..31856385 100644 --- a/src/components/Dialogs/AddTorrentDialog.vue +++ b/src/components/Dialogs/AddTorrentDialog.vue @@ -181,6 +181,7 @@ const onCategoryChanged = () => { v-model="isOpened" :class="$vuetify.display.mobile ? '' : 'w-75'" :fullscreen="$vuetify.display.mobile" + scrollable :transition="openSuddenly ? 'none' : 'dialog-bottom-transition'"> @@ -190,236 +191,232 @@ const onCategoryChanged = () => { - - - - - -