update favicon and such

This commit is contained in:
legop3
2025-11-22 20:01:40 -05:00
parent fd4f96899a
commit 86b4c9a18c
8 changed files with 20 additions and 20 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+5 -5
View File
@@ -2,16 +2,16 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/png" href="/bitmap.png" />
<link rel="apple-touch-icon" href="/vite.svg" /> <link rel="apple-touch-icon" href="/bitmap.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#020617" /> <meta name="theme-color" content="#020617" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="MultiRoomba Rover" /> <meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>MultiRoomba Rover</title> <title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-jOpL-cjE.js"></script> <script type="module" crossorigin src="/assets/index-12oFtg_b.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CJ5HFm2O.css"> <link rel="stylesheet" crossorigin href="/assets/index-CJ5HFm2O.css">
</head> </head>
<body> <body>
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "MultiRoomba Rover", "name": "Multi Roomba Rover",
"short_name": "Rover", "short_name": "MRR",
"description": "Remote driving interface for the MultiRoomba Rover fleet.", "description": "Remote driving interface for the MultiRoomba Rover fleet.",
"start_url": "/", "start_url": "/",
"scope": "/", "scope": "/",
@@ -9,9 +9,9 @@
"theme_color": "#020617", "theme_color": "#020617",
"icons": [ "icons": [
{ {
"src": "/vite.svg", "src": "/bitmap.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/svg+xml", "type": "image/png",
"purpose": "any" "purpose": "any"
} }
] ]
+4 -4
View File
@@ -2,15 +2,15 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/png" href="/bitmap.png" />
<link rel="apple-touch-icon" href="/vite.svg" /> <link rel="apple-touch-icon" href="/bitmap.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#020617" /> <meta name="theme-color" content="#020617" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="MultiRoomba Rover" /> <meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>MultiRoomba Rover</title> <title>Multi Roomba Rover</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "MultiRoomba Rover", "name": "Multi Roomba Rover",
"short_name": "Rover", "short_name": "MRR",
"description": "Remote driving interface for the MultiRoomba Rover fleet.", "description": "Remote driving interface for the MultiRoomba Rover fleet.",
"start_url": "/", "start_url": "/",
"scope": "/", "scope": "/",
@@ -9,9 +9,9 @@
"theme_color": "#020617", "theme_color": "#020617",
"icons": [ "icons": [
{ {
"src": "/vite.svg", "src": "/bitmap.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/svg+xml", "type": "image/png",
"purpose": "any" "purpose": "any"
} }
] ]
+2 -2
View File
@@ -222,9 +222,9 @@ function MobileJoystickPanel({ layout }) {
onMove={handleMove} onMove={handleMove}
onStop={handleStop} onStop={handleStop}
/> />
<button type="button" onClick={stopAllMotion} disabled={disabled} className="button-danger w-full disabled:opacity-40"> {/* <button type="button" onClick={stopAllMotion} disabled={disabled} className="button-danger w-full disabled:opacity-40">
Panic Stop Panic Stop
</button> </button> */}
</div> </div>
); );