diff --git a/frontend/src/components/CalendarMiniMonth.vue b/frontend/src/components/CalendarMiniMonth.vue index 4c2f9d3d6..4fc6d534d 100644 --- a/frontend/src/components/CalendarMiniMonth.vue +++ b/frontend/src/components/CalendarMiniMonth.vue @@ -42,10 +42,8 @@ diff --git a/frontend/src/elements/calendar/CalendarEvent.vue b/frontend/src/elements/calendar/CalendarEvent.vue new file mode 100644 index 000000000..e74c7f1a9 --- /dev/null +++ b/frontend/src/elements/calendar/CalendarEvent.vue @@ -0,0 +1,109 @@ + + + + + + + + showDetails ? popup=showEventPopup(element, event, popupPosition) : null" + /> + + + showDetails ? popup=showEventPopup(element, event, popupPosition) : null" + /> + + + showDetails ? popup=showEventPopup(element, event, popupPosition) : null" + /> + + + + + + + diff --git a/frontend/src/elements/calendar/CalendarEventPlaceholder.vue b/frontend/src/elements/calendar/CalendarEventPlaceholder.vue new file mode 100644 index 000000000..7c590eafa --- /dev/null +++ b/frontend/src/elements/calendar/CalendarEventPlaceholder.vue @@ -0,0 +1,42 @@ + + + + + {{ t('label.busy') }} + {{ label }} + + + + + + diff --git a/frontend/src/elements/calendar/CalendarEventPreview.vue b/frontend/src/elements/calendar/CalendarEventPreview.vue new file mode 100644 index 000000000..c3d09bef7 --- /dev/null +++ b/frontend/src/elements/calendar/CalendarEventPreview.vue @@ -0,0 +1,30 @@ + + + + + {{ label }} + + + + + diff --git a/frontend/src/elements/calendar/CalendarEventRemote.vue b/frontend/src/elements/calendar/CalendarEventRemote.vue new file mode 100644 index 000000000..1a2d75e8d --- /dev/null +++ b/frontend/src/elements/calendar/CalendarEventRemote.vue @@ -0,0 +1,47 @@ + + + + + + {{ label }} + + + + + + diff --git a/frontend/src/elements/calendar/CalendarEventScheduled.vue b/frontend/src/elements/calendar/CalendarEventScheduled.vue new file mode 100644 index 000000000..7ba08d874 --- /dev/null +++ b/frontend/src/elements/calendar/CalendarEventScheduled.vue @@ -0,0 +1,31 @@ + + + + + {{ label }} + + + + + + diff --git a/frontend/src/elements/CalendarMiniMonthDay.vue b/frontend/src/elements/calendar/CalendarMiniMonthDay.vue similarity index 100% rename from frontend/src/elements/CalendarMiniMonthDay.vue rename to frontend/src/elements/calendar/CalendarMiniMonthDay.vue