diff --git a/apps/manacore/apps/web/src/lib/modules/calendar/AppView.svelte b/apps/manacore/apps/web/src/lib/modules/calendar/AppView.svelte index 8c7f42993..cf5aaf4d2 100644 --- a/apps/manacore/apps/web/src/lib/modules/calendar/AppView.svelte +++ b/apps/manacore/apps/web/src/lib/modules/calendar/AppView.svelte @@ -1,11 +1,13 @@ -
{event.title}
-+
{event.title}
+{#if event.allDay} Ganztägig {:else} @@ -80,13 +133,203 @@ {/if}
{#if event.location} -{event.location}
+{event.location}
{/if}Keine Termine heute
+ {#if todayEvents.length === 0 && !showNewEvent} +Keine Termine heute
{/if}{filtered().length} Kontakte
+ {#if showCreate} + + {/if} -{filtered().length} Kontakte
+ +{displayName(contact)}
+{displayName(contact)}
{#if contact.company} -{contact.company}
+{contact.company}
{/if}Keine Kontakte gefunden
+Keine Kontakte gefunden
{/if}