Skip to content

Contribution Analytics: Replace segmented control with button group

What does this MR do and why?

This MR replaces the deprecate segemented control in the date_selector component on Contribution Analytics with a button group. See #348104 (closed) for details.

In addition, it adds the following aria- attributes:

  • aria-describedby to each button in the group
  • aria-pressed on the "active" button

Screenshots or screen recordings

Before After
contribution_analytics_date_range_before contribution_analytics_date_range_after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #348104 (closed)

Edited by Martin Wortschack

Merge request reports