From 5275a84dac3f21b9afe1044558aa10a8543bf6af Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 3 Mar 2025 20:15:41 +0100 Subject: [PATCH] Rename components I'm already using the term "document" on the Rust side. Makes sense to call it the same in the UI. --- showbits-thermal-printer-ui/src/App.vue | 4 +-- ...mentCalendar.vue => CDocumentCalendar.vue} | 4 +-- .../{CSegmentCells.vue => CDocumentCells.vue} | 4 +-- .../{CSegmentChat.vue => CDocumentChat.vue} | 4 +-- .../{CSegmentEgg.vue => CDocumentEgg.vue} | 4 +-- .../{CSegmentImage.vue => CDocumentImage.vue} | 4 +-- .../{CSegmentText.vue => CDocumentText.vue} | 4 +-- ...ntTictactoe.vue => CDocumentTictactoe.vue} | 4 +-- .../{CSegmentError.vue => CError.vue} | 0 .../{CSegment.vue => CSelector.vue} | 28 +++++++++---------- 10 files changed, 30 insertions(+), 30 deletions(-) rename showbits-thermal-printer-ui/src/components/{CSegmentCalendar.vue => CDocumentCalendar.vue} (93%) rename showbits-thermal-printer-ui/src/components/{CSegmentCells.vue => CDocumentCells.vue} (95%) rename showbits-thermal-printer-ui/src/components/{CSegmentChat.vue => CDocumentChat.vue} (95%) rename showbits-thermal-printer-ui/src/components/{CSegmentEgg.vue => CDocumentEgg.vue} (94%) rename showbits-thermal-printer-ui/src/components/{CSegmentImage.vue => CDocumentImage.vue} (95%) rename showbits-thermal-printer-ui/src/components/{CSegmentText.vue => CDocumentText.vue} (95%) rename showbits-thermal-printer-ui/src/components/{CSegmentTictactoe.vue => CDocumentTictactoe.vue} (90%) rename showbits-thermal-printer-ui/src/components/{CSegmentError.vue => CError.vue} (100%) rename showbits-thermal-printer-ui/src/components/{CSegment.vue => CSelector.vue} (65%) diff --git a/showbits-thermal-printer-ui/src/App.vue b/showbits-thermal-printer-ui/src/App.vue index 2104671..30c7479 100644 --- a/showbits-thermal-printer-ui/src/App.vue +++ b/showbits-thermal-printer-ui/src/App.vue @@ -1,11 +1,11 @@ diff --git a/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue b/showbits-thermal-printer-ui/src/components/CDocumentCalendar.vue similarity index 93% rename from showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue rename to showbits-thermal-printer-ui/src/components/CDocumentCalendar.vue index aeced05..bf91e8c 100644 --- a/showbits-thermal-printer-ui/src/components/CSegmentCalendar.vue +++ b/showbits-thermal-printer-ui/src/components/CDocumentCalendar.vue @@ -1,7 +1,7 @@