From 79b508dcf4f3e3e932d42a38f72535ef9472df54 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 8 Aug 2026 15:51:58 +0200 Subject: [PATCH] refactor(settings)!: rename Selection to SettingsSelection Vue.js components should have multi-word names. --- src/features/settings/components/SettingsPage.vue | 4 ++-- .../components/{Selection.vue => SettingsSelection.vue} | 0 .../settings/components/__tests__/SettingsPage.test.js | 4 ++-- .../{Selection.test.js => SettingsSelection.test.js} | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) rename src/features/settings/components/{Selection.vue => SettingsSelection.vue} (100%) rename src/features/settings/components/__tests__/{Selection.test.js => SettingsSelection.test.js} (98%) diff --git a/src/features/settings/components/SettingsPage.vue b/src/features/settings/components/SettingsPage.vue index 506955a..dc23e20 100644 --- a/src/features/settings/components/SettingsPage.vue +++ b/src/features/settings/components/SettingsPage.vue @@ -15,7 +15,7 @@ limitations under the License. -->