mirror of
https://github.com/Freika/dawarich.git
synced 2026-05-24 07:28:26 -05:00
Add missing live map info modal.
This commit is contained in:
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- The Warden error in jobs is now fixed. #1556
|
||||
- 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>
|
||||
</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" />
|
||||
<div class="modal focus:z-99" role="dialog">
|
||||
<div class="modal-box">
|
||||
|
||||
Reference in New Issue
Block a user