change chat card title

This commit is contained in:
legop3
2026-05-27 22:44:56 -04:00
parent 796613876b
commit 48b87b1127
4 changed files with 11 additions and 7 deletions
+8 -4
View File
@@ -1,7 +1,11 @@
1. add faster way for admins to login, like an invisible button in top left or something
2. add discord bot typing thing for when someone requests a replay
3. change replay title for ones requested from discord, something other than "requester driving rover"
4. fix rover request spam queue cheat
1. FIX NO AUDIO DURING NOT YOUR TURN!!!
2. make sure audio forwarding doesnt stop when you switch tabs
3. add "reboot your own rover" feature
1.
4. add faster way for admins to login, like an invisible button in top left or something
5. add discord bot typing thing for when someone requests a replay
6. change replay title for ones requested from discord, something other than "requester driving rover"
7. fix rover request spam queue cheat
# relative pipe dreams:
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="Roomba Rover" />
<title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-CckAnAnd.js"></script>
<script type="module" crossorigin src="/assets/index-CboMb02p.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BGy4iG0w.css">
</head>
<body>
+1 -1
View File
@@ -18,7 +18,7 @@ export default function ChatPanel({
hideSpectatorNotice = false,
fillHeight = false,
allowSpectatorInput = false,
title = 'Chat',
title = 'Chat and TTS',
nicknameLayout = 'inline',
}) {
const role = useSessionSelector((state) => state.session?.role || null);