diff --git a/src/components/WorkflowPanel.vue b/src/components/WorkflowPanel.vue index ac51c1e..d493f12 100644 --- a/src/components/WorkflowPanel.vue +++ b/src/components/WorkflowPanel.vue @@ -88,7 +88,7 @@ const showUnsubscribeFooter = computed(() => - +
@@ -119,7 +119,7 @@ const showUnsubscribeFooter = computed(() => - +
Don't want emails like this? @@ -148,7 +148,7 @@ const showUnsubscribeFooter = computed(() => - + diff --git a/src/components/panels/EventsPanel.vue b/src/components/panels/EventsPanel.vue index ac061d6..f196785 100644 --- a/src/components/panels/EventsPanel.vue +++ b/src/components/panels/EventsPanel.vue @@ -4,7 +4,7 @@ import type { EventsData } from '@/types/server' import { useClipboard } from '@/composables/useClipboard' import { formatResourceDate, dayKey } from '@/lib/resourceDate' -const props = defineProps<{ data: EventsData }>() +const props = defineProps<{ data: EventsData; compact?: boolean }>() const { copied, copy } = useClipboard() const typeLabel: Record = { @@ -40,7 +40,26 @@ const eventDateLabel = computed(() => {