mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[PR #487] [MERGED] Dark Theme #775
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#775
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/487
Author: @pixelrazor
Created: 3/20/2023
Status: ✅ Merged
Merged: 3/21/2023
Merged by: @nitnelave
Base:
main← Head:feature/dark-theme📝 Commits (10+)
91e1bd0app: wrap template arguments in bracesec56bfeapp: replace ConsoleService with gloo_console575b3bbapp: update yew to 0.19755b725Initial impl (pre yew 0.19)1d21bccInitial impl (pre yew 0.19)7d8a453Refactorca3339bMerge branch 'feature/dark-theme' of https://github.com/pixelrazor/lldap into feature/dark-theme82b033bRemove extra boostrap filee12b3baDelete bad merge artifact0a6eb2dcargo fmt📊 Changes
5 files changed (+69 additions, -10 deletions)
View changed files
📝
app/index.html(+11 -2)📝
app/index_local.html(+10 -2)📝
app/src/components/app.rs(+26 -5)📝
app/static/libraries.txt(+2 -1)📝
app/static/style.css(+20 -0)📄 Description
Resolves https://github.com/nitnelave/lldap/issues/250
Uses bootstrap nighshade. Initial state is set by browser preference, but can be overridden with user choice.
Some of the -dark and -muted classes did not have any contrast in dark mode, so they were changed
THIS IS A DRAFT UNTIL I MIGRATE AND ADDRESS COMMENTS FROM #483
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.