From de80c2919c72da524460c4d8903d150e93b410ac Mon Sep 17 00:00:00 2001 From: benji-bitfly Date: Fri, 18 Oct 2024 14:18:35 +0200 Subject: [PATCH] refactor(NotificationsManagementSubscriptionDialog): rename `component` It is easier to work with components if their name reflect the file path in nuxt. --- frontend/.vscode/settings.json | 2 +- ...Dialog.vue => NotificationsManagementSubscriptionDialog.vue} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename frontend/components/notifications/management/{SubscriptionDialog.vue => NotificationsManagementSubscriptionDialog.vue} (100%) diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 22971fa5c..4e60da420 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -11,10 +11,10 @@ "NotificationsDashboardDialogEntity", "NotificationsDashboardTable", "NotificationsManagementModalWebhook", + "NotificationsManagementSubscriptionDialog", "NotificationsManagmentMachines", "NotificationsNetworkTable", "NotificationsOverview", - "SubscriptionDialog", "a11y", "checkout", "ci", diff --git a/frontend/components/notifications/management/SubscriptionDialog.vue b/frontend/components/notifications/management/NotificationsManagementSubscriptionDialog.vue similarity index 100% rename from frontend/components/notifications/management/SubscriptionDialog.vue rename to frontend/components/notifications/management/NotificationsManagementSubscriptionDialog.vue