Fix mailto email formatting #243

Merged
rafael merged 1 commit from fix_mailto into main 2025-12-03 12:36:52 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

Format the mailto: link the same way as the copy email button.

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 - [ ] New Feature - [ ] Breaking Change - [ ] Refactoring Format the mailto: link the same way as the copy email button. ## Definition of Done ### Code Quality - [x] No new technical depths - [x] Linting passed - [x] 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 self-assigned this 2025-12-03 10:20:39 +01:00
moritz added 1 commit 2025-12-03 10:20:40 +01:00
fix: mailto formatting
All checks were successful
continuous-integration/drone/push Build is passing
125f9ae77b
moritz added this to the Sprint 9: 20.11 - 11.12 project 2025-12-03 10:20:45 +01:00
rafael merged commit 0cafdbafcd into main 2025-12-03 12:36:52 +01:00
rafael deleted branch fix_mailto 2025-12-03 12:36:53 +01:00
Sign in to join this conversation.
No description provided.