From fe906d92425a2f72bfd7ca3d0e281056402fe3c1 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 3 Mar 2025 01:45:06 +0100 Subject: [PATCH] Improve text-printing UI - UI elements are now inside a form - ctrl+enter on textarea submits the form - UI becomes greyed-out while printing, as visual feedback --- .../src/components/CSegmentText.vue | 65 ++++++++++++++++--- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/showbits-thermal-printer-ui/src/components/CSegmentText.vue b/showbits-thermal-printer-ui/src/components/CSegmentText.vue index 5e61ae2..5c502ba 100644 --- a/showbits-thermal-printer-ui/src/components/CSegmentText.vue +++ b/showbits-thermal-printer-ui/src/components/CSegmentText.vue @@ -1,11 +1,37 @@