From ccf3cec8c02dbeedfc4b1b1661a525b94a048e5e Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Fri, 26 Jun 2026 13:15:30 +0200 Subject: [PATCH] migrate tag match type buttons to reka-ui radio group for accessibility --- .../Common/Reporting/ReportingFilterBar.vue | 67 ++++++++++--------- 1 file changed, 37 insertions(+), 30 deletions(-) diff --git a/resources/js/Components/Common/Reporting/ReportingFilterBar.vue b/resources/js/Components/Common/Reporting/ReportingFilterBar.vue index e4428d1f..ca1577a7 100644 --- a/resources/js/Components/Common/Reporting/ReportingFilterBar.vue +++ b/resources/js/Components/Common/Reporting/ReportingFilterBar.vue @@ -1,6 +1,13 @@