WIP: [FEAT] UI rework #160

Draft
Ghost wants to merge 63 commits from ui-rework into main
Ghost commented 2025-11-14 14:55:57 +00:00 (Migrated from code.ole.blue)

Description

Reworks the design to use a proper designed ui.

Issues

Todos (please checkmark)

  • I aggree to the code being published under the License in this Repository (./LICENSE)
  • I formatted the code using nix fmt
  • I updated the documentation (if applicable)
  • I tested the change locally
  • I ran the tests (TBD)
# Description Reworks the design to use a proper designed ui. # Issues - Closes #154 # Todos (please checkmark) - [X] I aggree to the code being published under the License in this Repository (./LICENSE) - [X] I formatted the code using nix fmt - [X] I updated the documentation (if applicable) - [X] I tested the change locally - [X] I ran the tests (TBD)
This pull request is marked as a work in progress.
View command line instructions

Checkout

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

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