From 25e980eff165b6bc79d959cb90ef2cfbeb16d936 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Fri, 8 Aug 2025 23:04:56 -0400 Subject: [PATCH] Add clear button to rating input --- src/ui/components/RatingInput.svelte | 50 ++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git a/src/ui/components/RatingInput.svelte b/src/ui/components/RatingInput.svelte index b8946d8..677c05c 100644 --- a/src/ui/components/RatingInput.svelte +++ b/src/ui/components/RatingInput.svelte @@ -1,5 +1,5 @@