mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Add missing live map info modal.
This commit is contained in:
parent
e127511262
commit
cb9525cb77
2 changed files with 18 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
- The Warden error in jobs is now fixed. #1556
|
- The Warden error in jobs is now fixed. #1556
|
||||||
- The Live Map setting is now respected.
|
- The Live Map setting is now respected.
|
||||||
|
- The Live Map info modal is now displayed. #665
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,6 +156,23 @@
|
||||||
<label class="modal-backdrop" for="speed_colored_routes_info">Close</label>
|
<label class="modal-backdrop" for="speed_colored_routes_info">Close</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<input type="checkbox" id="live_map_enabled_info" class="modal-toggle" />
|
||||||
|
<div class="modal focus:z-99" role="dialog">
|
||||||
|
<div class="modal-box">
|
||||||
|
<h3 class="text-lg font-bold">Live map</h3>
|
||||||
|
<p class="py-4">
|
||||||
|
This checkbox will enable the live map.
|
||||||
|
</p>
|
||||||
|
<p class="py-4">
|
||||||
|
Uncheck this checkbox if you want to disable the live map.
|
||||||
|
</p>
|
||||||
|
<p class="py-4">
|
||||||
|
When the live map is enabled, the map will update in real-time with the latest points.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<label class="modal-backdrop" for="live_map_enabled_info">Close</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<input type="checkbox" id="speed_color_scale_info" class="modal-toggle" />
|
<input type="checkbox" id="speed_color_scale_info" class="modal-toggle" />
|
||||||
<div class="modal focus:z-99" role="dialog">
|
<div class="modal focus:z-99" role="dialog">
|
||||||
<div class="modal-box">
|
<div class="modal-box">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue