From 68eecb6b97bc802c3d6000a3c51a516d54657756 Mon Sep 17 00:00:00 2001 From: ANIRUDH Date: Sun, 8 Jun 2025 01:22:57 +0530 Subject: [PATCH] refactor: remove jQuery & DOM logic from ApplyThemes.vue --- .../DialogBox/Themes/ApplyThemes.vue | 133 ++++++++++++------ 1 file changed, 91 insertions(+), 42 deletions(-) diff --git a/src/components/DialogBox/Themes/ApplyThemes.vue b/src/components/DialogBox/Themes/ApplyThemes.vue index 72763ad6..8bdd095e 100644 --- a/src/components/DialogBox/Themes/ApplyThemes.vue +++ b/src/components/DialogBox/Themes/ApplyThemes.vue @@ -26,9 +26,7 @@ :id="theme" :key="theme" class="theme" - :class=" - theme == selectedTheme ? 'selected set' : '' - " + :class="getThemeClasses(theme)" >
- + + @@ -146,7 +155,7 @@ + \ No newline at end of file