route lengths, edit saved routs, ui visibility toggle

This commit is contained in:
Evan Scamehorn
2025-12-02 13:34:39 -06:00
parent c5437de834
commit 852016088b
7 changed files with 146 additions and 65 deletions

View File

@@ -10,6 +10,8 @@
<body>
<!-- The UI Overlay -->
<button id="ui-toggle" title="Toggle Menu"></button>
<div id="ui-container">
<div class="header">
<h2>Route Planner</h2>
@@ -35,6 +37,7 @@
</ul>
</div>
</div>
<script type="module" src="/src/main.js"></script>
</body>