[PR #487] [MERGED] Dark Theme #775

Closed
opened 2026-02-27 09:09:42 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feature/dark-theme


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/487 **Author:** [@pixelrazor](https://github.com/pixelrazor) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/21/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `feature/dark-theme` --- ### 📝 Commits (10+) - [`91e1bd0`](https://github.com/lldap/lldap/commit/91e1bd03131ba68a9503073fa527e4d01212311b) app: wrap template arguments in braces - [`ec56bfe`](https://github.com/lldap/lldap/commit/ec56bfe2360c1554e321bf13177303d850c40e18) app: replace ConsoleService with gloo_console - [`575b3bb`](https://github.com/lldap/lldap/commit/575b3bb35ecf68242d64e8747cb122d7b8156c16) app: update yew to 0.19 - [`755b725`](https://github.com/lldap/lldap/commit/755b725da752c3fde879fb729056524a9d46875e) Initial impl (pre yew 0.19) - [`1d21bcc`](https://github.com/lldap/lldap/commit/1d21bcc25bfca74505195d61c17544592494ce98) Initial impl (pre yew 0.19) - [`7d8a453`](https://github.com/lldap/lldap/commit/7d8a453ea907acf79beb5bdf43432a35ed52fd10) Refactor - [`ca3339b`](https://github.com/lldap/lldap/commit/ca3339ba8712ab914c30143e367504f938fb98c5) Merge branch 'feature/dark-theme' of https://github.com/pixelrazor/lldap into feature/dark-theme - [`82b033b`](https://github.com/lldap/lldap/commit/82b033b1bb9b42b2b96da066e891a53aca1ede18) Remove extra boostrap file - [`e12b3ba`](https://github.com/lldap/lldap/commit/e12b3bad560ec66bad247abac58d103c6677df0e) Delete bad merge artifact - [`0a6eb2d`](https://github.com/lldap/lldap/commit/0a6eb2db3981dbb2d18eb0869d03227fea174686) cargo fmt ### 📊 Changes **5 files changed** (+69 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Resolves https://github.com/nitnelave/lldap/issues/250 Uses [bootstrap nighshade](https://github.com/vinorodrigues/bootstrap-dark-5/blob/main/docs/bootstrap-nightshade.md). 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:42 +03:00
Sign in to join this conversation.
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.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#775
No description provided.