From 020daf8a16630c419cbfc0fe933802de7dff268c Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 3 Mar 2025 14:52:32 +0100 Subject: [PATCH] Add calendar segment --- .../src/components/CSegment.vue | 15 +++- .../src/components/CSegmentCalendar.vue | 85 +++++++++++++++++++ 2 files changed, 97 insertions(+), 3 deletions(-) create mode 100644 showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue diff --git a/showbits-thermal-printer-ui/src/components/CSegment.vue b/showbits-thermal-printer-ui/src/components/CSegment.vue index 5509b49..6049245 100644 --- a/showbits-thermal-printer-ui/src/components/CSegment.vue +++ b/showbits-thermal-printer-ui/src/components/CSegment.vue @@ -1,18 +1,21 @@