A tonne of updates to how the system builds the view points in hopes of having a better mobile expereince

This commit is contained in:
2025-07-24 12:42:27 -06:00
parent 8e133fb9b4
commit 37632d1dfc
17 changed files with 1253 additions and 98 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description" content="User Profile - BNKops Map - Interactive canvassing web-app & viewer">
<title>User Profile</title>
@@ -53,6 +53,9 @@
<div id="status-container" class="status-container"></div>
</div>
<!-- Cache Management -->
<script src="js/cache-manager.js"></script>
<!-- User JavaScript -->
<script src="js/user.js"></script>
</body>