diff --git a/dashboard/components.d.ts b/dashboard/components.d.ts index 709827f2..cba6a725 100644 --- a/dashboard/components.d.ts +++ b/dashboard/components.d.ts @@ -106,5 +106,6 @@ declare module 'vue' { UserGroup: typeof import('./src/components/common/UserGroup.vue')['default'] UserMenu: typeof import('./src/components/UserMenu.vue')['default'] UserSettingsDialog: typeof import('./src/components/UserSettingsDialog.vue')['default'] + ZoomLogo: typeof import('./src/components/common/ZoomLogo.vue')['default'] } } diff --git a/dashboard/src/components/common/ZoomLogo.vue b/dashboard/src/components/common/ZoomLogo.vue new file mode 100644 index 00000000..1c9545ee --- /dev/null +++ b/dashboard/src/components/common/ZoomLogo.vue @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/dashboard/src/components/dashboard/events/EventLocation.vue b/dashboard/src/components/dashboard/events/EventLocation.vue index 30303dec..5b12b780 100644 --- a/dashboard/src/components/dashboard/events/EventLocation.vue +++ b/dashboard/src/components/dashboard/events/EventLocation.vue @@ -1,7 +1,8 @@ + + @keydown.enter.prevent="unmatched && addManually()" + > + + + + {{ item.label }} + + {{ item.description }} + + + + + + + + + + + + + + + - + Where