From 31527eb99f7a530be68fc59450966568539b4253 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 18 Jan 2023 21:30:41 +0100 Subject: [PATCH] Add title and label to rating scale component, fix some bugs --- client/src/components/ui/RatingScale.vue | 124 +++++++++++++++++++---- client/src/pages/StyleGuidePage.vue | 44 +++++++- 2 files changed, 141 insertions(+), 27 deletions(-) diff --git a/client/src/components/ui/RatingScale.vue b/client/src/components/ui/RatingScale.vue index 28f8b0e8..737e5e3d 100644 --- a/client/src/components/ui/RatingScale.vue +++ b/client/src/components/ui/RatingScale.vue @@ -1,3 +1,39 @@ + + - - diff --git a/client/src/pages/StyleGuidePage.vue b/client/src/pages/StyleGuidePage.vue index a46f5eb4..4153be2c 100644 --- a/client/src/pages/StyleGuidePage.vue +++ b/client/src/pages/StyleGuidePage.vue @@ -426,11 +426,45 @@ function log(data: any) { :items="satisfactionValues" />
- - - - - + + + + + + + + +