From 74db80a17dcba7a442366999c0acc0d7abf37f7e Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Tue, 2 Apr 2024 08:17:30 -0400 Subject: [PATCH] client: refactor more components to use `setup` to simplify them (part 3) --- client/src/components/ClickToEdit.vue | 128 ++++------ .../src/components/ClientSettingsDialog.vue | 77 +++--- client/src/components/RoomSettingsForm.vue | 237 ++++++++---------- client/src/components/ToastNotification.vue | 167 ++++++------ .../WorkaroundPlaybackStatusUpdater.vue | 49 ++-- client/src/views/Home.vue | 31 +-- 6 files changed, 289 insertions(+), 400 deletions(-) diff --git a/client/src/components/ClickToEdit.vue b/client/src/components/ClickToEdit.vue index f880accb7..1ea41052a 100644 --- a/client/src/components/ClickToEdit.vue +++ b/client/src/components/ClickToEdit.vue @@ -20,93 +20,67 @@ -