From 83ab81d0c57c08509bc8d505486db545e1e4b97b Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 3 Mar 2025 18:20:16 +0100 Subject: [PATCH] Tweak some form fields Making them required and/or disabled where necessary, and adding some bounds. --- .../src/components/CSegmentCalendar.vue | 18 ++++++++++++++-- .../src/components/CSegmentCells.vue | 21 ++++++++++++++++--- .../src/components/CSegmentChat.vue | 3 ++- 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue b/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue index 30706ce..aeced05 100644 --- a/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue +++ b/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue @@ -25,12 +25,26 @@ function submit() { diff --git a/showbits-thermal-printer-ui/src/components/CSegmentCells.vue b/showbits-thermal-printer-ui/src/components/CSegmentCells.vue index 0d8bcb3..91ea764 100644 --- a/showbits-thermal-printer-ui/src/components/CSegmentCells.vue +++ b/showbits-thermal-printer-ui/src/components/CSegmentCells.vue @@ -40,17 +40,32 @@ function submit() {
diff --git a/showbits-thermal-printer-ui/src/components/CSegmentChat.vue b/showbits-thermal-printer-ui/src/components/CSegmentChat.vue index 50be416..9d76c23 100644 --- a/showbits-thermal-printer-ui/src/components/CSegmentChat.vue +++ b/showbits-thermal-printer-ui/src/components/CSegmentChat.vue @@ -35,9 +35,10 @@ function submit() {