Add missing live map info modal.

This commit is contained in:
Eugene Burmakin 2025-07-26 13:10:24 +02:00
parent e127511262
commit cb9525cb77
2 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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">