From 858d697d0f63d0361fa117dfb4037469fb3521e4 Mon Sep 17 00:00:00 2001 From: Vito0912 <86927734+Vito0912@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:44:06 +0100 Subject: [PATCH] DropDown for Year in Review (#3717) * Accessibility updates * Show "Share" button on large screen sizes --------- Co-authored-by: advplyr --- client/components/stats/YearInReview.vue | 4 +- .../components/stats/YearInReviewBanner.vue | 71 +++++++++++++++---- .../components/stats/YearInReviewServer.vue | 4 +- client/components/ui/Dropdown.vue | 8 +-- 4 files changed, 64 insertions(+), 23 deletions(-) diff --git a/client/components/stats/YearInReview.vue b/client/components/stats/YearInReview.vue index 56840b9c..ed8b800c 100644 --- a/client/components/stats/YearInReview.vue +++ b/client/components/stats/YearInReview.vue @@ -1,9 +1,9 @@ diff --git a/client/components/stats/YearInReviewBanner.vue b/client/components/stats/YearInReviewBanner.vue index cf98d5cb..d3191acb 100644 --- a/client/components/stats/YearInReviewBanner.vue +++ b/client/components/stats/YearInReviewBanner.vue @@ -7,7 +7,7 @@
- +

{{ $getString('HeaderYearReview', [yearInReviewYear]) }}

@@ -16,17 +16,22 @@
-
+
+ + +
+ +