mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
change chat card title
This commit is contained in:
+8
-4
@@ -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
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user