WIP: Add sidebar #260

Draft
rafael wants to merge 1 commit from sidebar into main
Collaborator

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

Fix #217

What has been changed?

  • Add sidebar
  • Move settings from profile dropdown menu to sidebar

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 Fix #217 ## What has been changed? - Add sidebar - Move settings from profile dropdown menu to sidebar ## 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 -->
rafael self-assigned this 2025-12-03 22:42:49 +01:00
rafael added 1 commit 2025-12-03 22:42:51 +01:00
Add simple sidebar
Some checks failed
continuous-integration/drone/push Build is failing
2f6d5ff818
Some checks failed
continuous-integration/drone/push Build is failing
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

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

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 sidebar
git checkout sidebar
git rebase main
git checkout main
git merge --ff-only sidebar
git checkout sidebar
git rebase main
git checkout main
git merge --no-ff sidebar
git checkout main
git merge --squash sidebar
git checkout main
git merge --ff-only sidebar
git checkout main
git merge sidebar
git push origin main
Sign in to join this conversation.
No description provided.