mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #483] [CLOSED] Dark theme #771
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#771
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/483
Author: @pixelrazor
Created: 3/20/2023
Status: ❌ Closed
Base:
yew_migration← Head:feature/dark-theme📝 Commits (9)
575b3bbapp: 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 fmt94d3361Readd class to avatar/details to fix spacing📊 Changes
28 files changed (+911 additions, -1058 deletions)
View changed files
📝
Cargo.lock(+109 -97)📝
app/Cargo.toml(+8 -6)📝
app/index.html(+11 -2)📝
app/index_local.html(+10 -2)📝
app/src/components/add_group_member.rs(+23 -22)📝
app/src/components/add_user_to_group.rs(+23 -22)📝
app/src/components/app.rs(+135 -118)📝
app/src/components/change_password.rs(+37 -43)📝
app/src/components/create_group.rs(+14 -19)📝
app/src/components/create_user.rs(+24 -32)📝
app/src/components/delete_group.rs(+22 -24)📝
app/src/components/delete_user.rs(+23 -23)📝
app/src/components/group_details.rs(+21 -22)📝
app/src/components/group_table.rs(+15 -17)📝
app/src/components/login.rs(+31 -35)📝
app/src/components/logout.rs(+13 -13)📝
app/src/components/remove_user_from_group.rs(+19 -18)📝
app/src/components/reset_password_step1.rs(+19 -19)📝
app/src/components/reset_password_step2.rs(+31 -41)📝
app/src/components/router.rs(+19 -23)...and 8 more files
📄 Description
Resolves #250
Uses bootstrap nighshade. Initial state is set by browser preference, but can be overridden with user choice.
Some of the
-darkand-mutedclasses did not have any contrast in dark mode, so they were changed🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.