mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Merge branch 'feature/dark-theme' of https://github.com/pixelrazor/lldap into feature/dark-theme
This commit is contained in:
commit
ca3339ba87
@ -302,6 +302,7 @@ impl App {
|
||||
if let Some((user_id, _)) = &self.user_info {
|
||||
html! {
|
||||
<div class="dropdown text-end">
|
||||
<input class="form-check-input" onclick={Callback::from(move |_| toggleDarkMode(true))} type="checkbox" id="darkModeToggle"/>
|
||||
<a href="#"
|
||||
class="d-block text-body text-decoration-none dropdown-toggle"
|
||||
id="dropdownUser"
|
||||
|
Loading…
Reference in New Issue
Block a user