diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 611909be..bbfc69d1 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -46,7 +46,6 @@ declare module 'vue' { BrandLogo: typeof import('./src/components/BrandLogo.vue')['default'] BrandSettings: typeof import('./src/components/Settings/General/BrandSettings.vue')['default'] BulkDeleteLinkedDocModal: typeof import('./src/components/BulkDeleteLinkedDocModal.vue')['default'] - CalendarEventDetails: typeof import('./src/components/Calendar/CalendarEventDetails.vue')['default'] CalendarEventPanel: typeof import('./src/components/Calendar/CalendarEventPanel.vue')['default'] CalendarIcon: typeof import('./src/components/Icons/CalendarIcon.vue')['default'] CalendarModal: typeof import('./src/components/Modals/CalendarModal.vue')['default'] @@ -191,6 +190,7 @@ declare module 'vue' { ListRows: typeof import('./src/components/ListViews/ListRows.vue')['default'] LoadingIndicator: typeof import('./src/components/Icons/LoadingIndicator.vue')['default'] LostReasonModal: typeof import('./src/components/Modals/LostReasonModal.vue')['default'] + LucideCalendar: typeof import('~icons/lucide/calendar')['default'] LucideChevronLeft: typeof import('~icons/lucide/chevron-left')['default'] LucideChevronRight: typeof import('~icons/lucide/chevron-right')['default'] LucideEarth: typeof import('~icons/lucide/earth')['default'] diff --git a/frontend/src/components/Calendar/CalendarEventDetails.vue b/frontend/src/components/Calendar/CalendarEventDetails.vue deleted file mode 100644 index 4263b10a..00000000 --- a/frontend/src/components/Calendar/CalendarEventDetails.vue +++ /dev/null @@ -1,108 +0,0 @@ - - diff --git a/frontend/src/components/Calendar/CalendarEventPanel.vue b/frontend/src/components/Calendar/CalendarEventPanel.vue index 9b471b56..0ced558b 100644 --- a/frontend/src/components/Calendar/CalendarEventPanel.vue +++ b/frontend/src/components/Calendar/CalendarEventPanel.vue @@ -5,21 +5,26 @@ >
- + {{ __(title) }}
+
-
+
-
@@ -163,10 +160,42 @@
+
+
+
+
+
+ {{ event.title || __('(No title)') }} +
+
{{ formattedDateTime }}
+
+
+
+
+
+ + {{ __('Description') }} +
+
+
+