This commit is contained in:
legop3
2025-12-27 03:52:42 -05:00
parent c87767d3ee
commit 94a779581b
3 changed files with 20 additions and 26 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<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="Multi Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title> <title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-C16eukdM.js"></script> <script type="module" crossorigin src="/assets/index-yYFerq19.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-COtFQYoW.css"> <link rel="stylesheet" crossorigin href="/assets/index-COtFQYoW.css">
</head> </head>
<body> <body>
+8 -11
View File
@@ -74,16 +74,13 @@ export default function DockAssistHUD({ sensors }) {
/> />
) : null} ) : null}
{/* Dock icon: sideways D with rounded top corners */} {/* Dock icon: rounded capsule/teardrop */}
<path <path
d={` d={`
M ${CX - 16} ${DOCK_Y - 6} M ${CX - 16} ${DOCK_Y + 3}
Q ${CX - 10} ${DOCK_Y - 9} ${CX - 4} ${DOCK_Y - 8} Q ${CX} ${DOCK_Y - 6} ${CX + 16} ${DOCK_Y + 3}
H ${CX + 12} Q ${CX + 16} ${DOCK_Y + 16} ${CX} ${DOCK_Y + 24}
Q ${CX + 20} ${DOCK_Y - 4} ${CX + 18} ${DOCK_Y + 4} Q ${CX - 16} ${DOCK_Y + 16} ${CX - 16} ${DOCK_Y + 3}
Q ${CX + 16} ${DOCK_Y + 18} ${CX} ${DOCK_Y + 26}
Q ${CX - 16} ${DOCK_Y + 18} ${CX - 18} ${DOCK_Y + 4}
Q ${CX - 19} ${DOCK_Y - 2} ${CX - 12} ${DOCK_Y - 4}
Z Z
`} `}
fill="#0b1220" fill="#0b1220"
@@ -91,10 +88,10 @@ export default function DockAssistHUD({ sensors }) {
strokeWidth="0.8" strokeWidth="0.8"
/> />
{/* Force field emitter dot */} {/* Force field emitter dot */}
<circle cx={CX - 2} cy={DOCK_Y - 1} r="1.7" fill="#60a5fa" /> <circle cx={CX} cy={DOCK_Y + 2} r="1.8" fill="#60a5fa" />
{/* Contacts */} {/* Contacts */}
<rect x={CX - 1.5} y={DOCK_Y + 8} width="3" height="7" rx="0.9" fill="#e2e8f0" /> <rect x={CX - 3.5} y={DOCK_Y + 9} width="3" height="8" rx="1" fill="#e2e8f0" />
<rect x={CX + 3.5} y={DOCK_Y + 8} width="3" height="7" rx="0.9" fill="#e2e8f0" /> <rect x={CX + 1} y={DOCK_Y + 9} width="3" height="8" rx="1" fill="#e2e8f0" />
{/* Rover cue */} {/* Rover cue */}
<g transform={`translate(${CX + nudge}, ${ROVER_Y})`}> <g transform={`translate(${CX + nudge}, ${ROVER_Y})`}>