33
44 < head >
55 < meta charset ="utf-8 " />
6- < title > MeshCore Wardrive (Ottawa) </ title >
6+ < title > MeshMapper Wardrive</ title >
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8- < meta name ="description " content ="Minimal MeshCore Wardrive — BLE companion ">
9- < meta name ="keywords " content ="MeshCore,coverage,wardrive,cascadia,ottawamesh,ottawa ">
8+ < meta name ="description " content ="MeshMapper Wardrive — BLE companion ">
9+ < meta name ="keywords " content ="MeshCore,coverage,wardrive,cascadia,ottawamesh,ottawa,meshmapper ">
1010 < meta name ="Original author " content ="Kyle Reed ">
1111 < meta name ="Modified by " content ="MrAlders0n ">
1212 < link rel ="manifest " href ="content/wardrive.json ">
3838 < header class ="flex items-center justify-between gap-2 ">
3939 < h1 class ="flex items-center gap-2 text-lg sm:text-xl font-semibold truncate min-w-0 ">
4040 < img class ="h-6 w-6 sm:h-8 sm: w-8 flex-shrink-0 " src ="content/wardrive.png " alt ="MeshCore " />
41- < span class ="truncate "> MeshCore Wardrive</ span >
41+ < span class ="truncate "> MeshMapper Wardrive</ span >
4242 </ h1 >
4343 < span id ="appVersion " class ="text-xs text-slate-400 flex-shrink-0 whitespace-nowrap "> v1.0</ span >
4444 </ header >
@@ -52,10 +52,8 @@ <h1 class="flex items-center gap-2 text-lg sm:text-xl font-semibold truncate min
5252 < span id ="statusIndicator " class ="text-base "> ●</ span >
5353 < span id ="connectionStatus " class ="font-medium text-red-300 "> Disconnected</ span >
5454 </ div >
55- < div class ="flex items-center gap-2 text-xs ">
56- < span class ="text-slate-400 "> Device:</ span >
57- < span id ="deviceName " class ="text-slate-300 "> -</ span >
58- < span class ="text-slate-400 "> Noise:</ span >
55+ < div class ="flex items-center gap-2 text-xs text-slate-400 ">
56+ < span > Device:</ span >
5957 < span id ="deviceInfo " class ="text-slate-300 "> -</ span >
6058 </ div >
6159 </ div >
@@ -139,6 +137,10 @@ <h2 class="text-sm font-medium text-slate-300 uppercase tracking-wide">Settings<
139137 < div class ="space-y-2 ">
140138 < label class ="block text-xs font-medium text-slate-400 uppercase tracking-wide "> Permissions & Status</ label >
141139 < div class ="flex flex-wrap gap-4 text-sm ">
140+ < div class ="flex items-center gap-2 ">
141+ < span class ="text-slate-300 "> Bluetooth:</ span >
142+ < span id ="permBluetooth " class ="font-medium "> -</ span >
143+ </ div >
142144 < div class ="flex items-center gap-2 ">
143145 < span class ="text-slate-300 "> Location:</ span >
144146 < span id ="permLocation " class ="font-medium "> -</ span >
@@ -148,10 +150,6 @@ <h2 class="text-sm font-medium text-slate-300 uppercase tracking-wide">Settings<
148150 < span id ="channelInfo " class ="font-medium "> -</ span >
149151 </ div >
150152 </ div >
151- < div class ="flex items-center gap-2 text-sm ">
152- < span class ="text-slate-300 "> Model:</ span >
153- < span id ="deviceModel " class ="font-medium "> -</ span >
154- </ div >
155153 </ div >
156154 </ section >
157155 </ div >
0 commit comments