diff --git a/web/components/Notifications/Sidebar.vue b/web/components/Notifications/Sidebar.vue index f8c0d03f2..3092d445e 100644 --- a/web/components/Notifications/Sidebar.vue +++ b/web/components/Notifications/Sidebar.vue @@ -89,6 +89,7 @@ const archiveNotifications: NotificationItemProps[] = [ /> + diff --git a/web/components/shadcn/switch/Switch.vue b/web/components/shadcn/switch/Switch.vue new file mode 100644 index 000000000..9e2a9566a --- /dev/null +++ b/web/components/shadcn/switch/Switch.vue @@ -0,0 +1,37 @@ + + + diff --git a/web/components/shadcn/switch/index.ts b/web/components/shadcn/switch/index.ts new file mode 100644 index 000000000..87b4b17da --- /dev/null +++ b/web/components/shadcn/switch/index.ts @@ -0,0 +1 @@ +export { default as Switch } from './Switch.vue' diff --git a/web/nuxt.config.ts b/web/nuxt.config.ts index 1b3687346..95f58ad24 100644 --- a/web/nuxt.config.ts +++ b/web/nuxt.config.ts @@ -18,6 +18,7 @@ console.log('\n'); */ function terserReservations (inputStr: string) { const combinations = ['ace', 'i']; + const combinations = ['ace', 'i']; // Add 1-character combinations for (let i = 0; i < inputStr.length; i++) {