Fix small UI issues closes #220 #259

Merged
simon merged 8 commits from feature/220_ui_issues_2 into main 2025-12-11 02:13:31 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

  • icon_button and form_section have been added to core components
  • table can be enhanced with classes
  • translations have been updated
  • field type translation helper

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 - [x] New Feature - [ ] Breaking Change - [ ] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? - icon_button and form_section have been added to core components - table can be enhanced with classes - translations have been updated - field type translation helper ## 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 ## Additional Notes <!--- Add any additional information for the reviewers here -->
carla added 2 commits 2025-12-03 22:20:40 +01:00
chore: update translation
Some checks failed
continuous-integration/drone/push Build is failing
d671103ba5
carla changed title from WIP: Fix small UI issues closes 220 to WIP: Fix small UI issues closes #220 2025-12-04 12:09:26 +01:00
carla added 1 commit 2025-12-04 12:25:50 +01:00
Merge branch 'main' into feature/220_ui_issues_2
Some checks failed
continuous-integration/drone/push Build is failing
89b02aeacf
carla added 1 commit 2025-12-04 12:32:35 +01:00
feat: reuse form_section in settings
Some checks failed
continuous-integration/drone/push Build is failing
8512be0282
carla changed title from WIP: Fix small UI issues closes #220 to Fix small UI issues closes #220 2025-12-04 12:32:37 +01:00
requested review from simon 2025-12-11 00:34:53 +01:00
simon added 1 commit 2025-12-11 00:51:50 +01:00
translate field names for visibility dropdown
Some checks failed
continuous-integration/drone/push Build is failing
1675d66b67
simon added 1 commit 2025-12-11 00:56:07 +01:00
fix: test
Some checks failed
continuous-integration/drone/push Build is failing
720f640229
simon added 1 commit 2025-12-11 01:04:16 +01:00
chore: update gettext
All checks were successful
continuous-integration/drone/push Build is passing
a8cf6e1b18
simon added 1 commit 2025-12-11 01:49:28 +01:00
Merge remote-tracking branch 'origin/main' into feature/220_ui_issues_2
All checks were successful
continuous-integration/drone/push Build is passing
b1f6d29ca1
simon merged commit 9ff7d7d17b into main 2025-12-11 02:13:31 +01:00
Sign in to join this conversation.
No description provided.