Reorder Sidebar Menu entries and smaller fixes #353

Open
simon wants to merge 7 commits from feature/reorder-sidebar-menu into main
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 - [ ] 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 - [ ] 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 <!--- Add any additional information for the reviewers here -->
simon added 5 commits 2026-01-16 14:18:55 +01:00
simon added this to the Sprint 14: 26.02 - 05.03 project 2026-01-16 14:19:03 +01:00
simon modified the project from Sprint 14: 26.02 - 05.03 to Sprint 11: 08.01-29.01 2026-01-16 14:19:07 +01:00
requested reviews from moritz, carla 2026-01-16 14:19:30 +01:00
simon added 2 commits 2026-01-16 17:32:16 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/reorder-sidebar-menu:feature/reorder-sidebar-menu
git checkout feature/reorder-sidebar-menu

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff feature/reorder-sidebar-menu
git checkout feature/reorder-sidebar-menu
git rebase main
git checkout main
git merge --ff-only feature/reorder-sidebar-menu
git checkout feature/reorder-sidebar-menu
git rebase main
git checkout main
git merge --no-ff feature/reorder-sidebar-menu
git checkout main
git merge --squash feature/reorder-sidebar-menu
git checkout main
git merge --ff-only feature/reorder-sidebar-menu
git checkout main
git merge feature/reorder-sidebar-menu
git push origin main
Sign in to join this conversation.
No description provided.