Add dark mode toggle in mobile view

Fixes #2534

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2022-08-21 21:18:11 +02:00
parent 4f22184be5
commit 58f321ce29
2 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,11 @@
# Release Notes
## <i class="fa fa-tag"></i> 1.x.x <i class="fa fa-calendar-o"></i> UNRELEASED
### Enhancements
- Add dark mode toggle in mobile view
### Bugfixes
## <i class="fa fa-tag"></i> 1.9.4 <i class="fa fa-calendar-o"></i> 2022-07-10

View file

@ -70,6 +70,11 @@
<li role="presentation"><a role="menuitem" class="ui-help" href="#" data-toggle="modal" data-target=".help-modal"><i class="fa fa-question-circle fa-fw"></i> Help</a>
</li>
</ul>
<div class="btn-group" data-toggle="buttons">
<label class="btn ui-night" title="<%= __('Night Theme') %>">
<input type="checkbox" name="night"><i class="fa fa-moon-o"></i>
</label>
</div>
<a class="btn btn-link ui-mode">
<i class="fa fa-pencil"></i>
</a>