This commit is contained in:
legop3
2025-12-27 04:05:44 -05:00
parent 3df303bc09
commit 83f6f7eac1
3 changed files with 22 additions and 20 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-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-fkeXPMDg.js"></script>
<script type="module" crossorigin src="/assets/index-BgiS2GCH.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-COtFQYoW.css">
</head>
<body>
+8 -7
View File
@@ -74,15 +74,16 @@ export default function DockAssistHUD({ sensors }) {
/>
) : null}
{/* Dock icon: rounded pill-square with gentle bottom curve */}
{/* Dock icon: simple rounded square with soft bottom curve */}
<path
d={`
M ${CX - 16} ${DOCK_Y - 4}
Q ${CX - 12} ${DOCK_Y - 8} ${CX - 6} ${DOCK_Y - 8}
L ${CX + 6} ${DOCK_Y - 8}
Q ${CX + 12} ${DOCK_Y - 8} ${CX + 16} ${DOCK_Y - 4}
Q ${CX + 18} ${DOCK_Y + 16} ${CX} ${DOCK_Y + 26}
Q ${CX - 18} ${DOCK_Y + 16} ${CX - 16} ${DOCK_Y - 4}
M ${CX - 16} ${DOCK_Y - 6}
Q ${CX - 12} ${DOCK_Y - 10} ${CX - 6} ${DOCK_Y - 10}
H ${CX + 6}
Q ${CX + 12} ${DOCK_Y - 10} ${CX + 16} ${DOCK_Y - 6}
L ${CX + 16} ${DOCK_Y + 12}
Q ${CX + 16} ${DOCK_Y + 22} ${CX} ${DOCK_Y + 24}
Q ${CX - 16} ${DOCK_Y + 22} ${CX - 16} ${DOCK_Y + 12}
Z
`}
fill="#0b1220"