WIP: Add dark theme support (closes #15) #77

Draft
luca0N wants to merge 1 commit from dev_client_dark_theme into dev
Owner
  • Add dark theme support
  • Use dark theme by default if it's preferred, as indicated by the browser/OS
  • Allow changing of the theme while in-app (override browser/OS settings)
- [ ] Add dark theme support - [ ] Use dark theme by default if it's preferred, as indicated by the browser/OS - [ ] Allow changing of the theme while in-app (override browser/OS settings)
luca0N self-assigned this 2026-06-17 23:36:07 +00:00
In the web app client, add the initial dark theme support by making a
minor change in the styles file, in conformance with the Angular
documentation.

Note that this commit does not yet properly introduce a dark theme, as
some components look off and need to be worked on.  This commit is one
of several which will gradually introduce dark theme support.
luca0N changed title from Add dark theme support (closes #15) to WIP: Add dark theme support (closes #15) 2026-06-17 23:36:12 +00:00
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 dev_client_dark_theme:dev_client_dark_theme
git switch dev_client_dark_theme

Merge

Merge the changes and update on Forgejo.
git switch dev
git merge --no-ff dev_client_dark_theme
git switch dev_client_dark_theme
git rebase dev
git switch dev
git merge --ff-only dev_client_dark_theme
git switch dev_client_dark_theme
git rebase dev
git switch dev
git merge --no-ff dev_client_dark_theme
git switch dev
git merge --squash dev_client_dark_theme
git switch dev
git merge --ff-only dev_client_dark_theme
git switch dev
git merge dev_client_dark_theme
git push origin dev
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#15 Add dark mode theme
luca0N/lanbassador
Reference
luca0N/lanbassador!77
No description provided.