Enhances accessibiity closes #421 #450

Merged
carla merged 15 commits from feat/421_accessibility into main 2026-02-26 21:03:02 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

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

Additional Notes

## Description of the implemented changes The changes were: - [ ] Bugfixing - [ ] New Feature - [ ] Breaking Change - [x] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## 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 - [x] Colour contrast follows WCAG criteria - [x] Aria labels are added when needed - [x] Everything is accessible by keyboard - [x] Tab-Order is comprehensible - [x] 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 ## Additional Notes <!--- Add any additional information for the reviewers here -->
Merge branch 'main' into feat/421_accessibility
Some checks failed
continuous-integration/drone/push Build is failing
73382c2c3f
feat: consistent and accessible modal on delete
Some checks failed
continuous-integration/drone/push Build is failing
e422e5f4ef
i18n: update translations
Some checks failed
continuous-integration/drone/push Build is failing
88831685fc
refactor: consistend subheadings
Some checks failed
continuous-integration/drone/push Build is failing
faf80bfb4b
fix: datafield edit view was shown alongside othe relements
Some checks failed
continuous-integration/drone/push Build is failing
9751525a0c
feat: keep empty cells consistent empty
All checks were successful
continuous-integration/drone/push Build is passing
4ac56958b4
carla changed title from WIP: Enhances accessibiity closes #421 to Enhances accessibiity closes #421 2026-02-26 13:43:39 +01:00
formatting
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is failing
e0484a0533
fix tests
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
7f15909cc6
carla merged commit 8fac974b1b into main 2026-02-26 21:03:02 +01:00
carla deleted branch feat/421_accessibility 2026-02-26 21:03:03 +01:00
Sign in to join this conversation.
No description provided.