Collection of small UI Improvements closes #511 #527

Merged
moritz merged 7 commits from issue/mitgliederverwaltung-511 into main 2026-06-15 15:44:58 +02:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

A collection of small UI improvements for the member management app: members can be deactivated/reactivated from the member page, the OIDC settings explain that they enable single sign-on, icon-only buttons get tooltips, a clipped column-header tooltip is fixed, and selecting text in the overview table no longer opens the member detail page.

What has been changed?

  • Deactivate and reactivate members via an exit-date dialog
  • Explain that OIDC enables single sign-on
  • Add tooltips to icon-only action buttons
  • Prevent sortable-header tooltips from being clipped by the sticky header
  • Keep text selection in the overview table from opening the member
  • Share Ash error formatting across member-show components

Definition of Done

Code Quality

  • No new technical depths
  • Linting passed
  • Documentation is added were needed

Accessibility

  • New elements are properly defined with html-tags
  • Colour contrast follows WCAG criteria
  • Aria labels are added when needed
  • Everything is accessible by keyboard
  • Tab-Order is comprehensible
  • All interactive elements have a visible focus

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues
## Description of the implemented changes The changes were: - [x] Bugfixing - [x] New Feature - [ ] Breaking Change - [x] Refactoring A collection of small UI improvements for the member management app: members can be deactivated/reactivated from the member page, the OIDC settings explain that they enable single sign-on, icon-only buttons get tooltips, a clipped column-header tooltip is fixed, and selecting text in the overview table no longer opens the member detail page. ## What has been changed? - Deactivate and reactivate members via an exit-date dialog - Explain that OIDC enables single sign-on - Add tooltips to icon-only action buttons - Prevent sortable-header tooltips from being clipped by the sticky header - Keep text selection in the overview table from opening the member - Share Ash error formatting across member-show components ## Definition of Done ### Code Quality - [ ] No new technical depths - [x] Linting passed - [ ] Documentation is added were needed ### Accessibility - [ ] New elements are properly defined with html-tags - [ ] Colour contrast follows WCAG criteria - [ ] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [ ] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus ### Testing - [x] Tests for new code are written - [x] All tests pass - [x] axe-core dev tools show no critical or major issues
moritz added 7 commits 2026-06-15 15:18:28 +02:00
moritz merged commit d6c322fd79 into main 2026-06-15 15:44:58 +02:00
moritz deleted branch issue/mitgliederverwaltung-511 2026-06-15 15:44:58 +02:00
Sign in to join this conversation.
No description provided.