From 080c9c8fce36dafa456e3939898f96b8a87e66f9 Mon Sep 17 00:00:00 2001 From: legop3 Date: Tue, 18 Nov 2025 16:47:37 -0500 Subject: [PATCH] guh --- problems.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/problems.md b/problems.md index 75e3595c..7a380593 100644 --- a/problems.md +++ b/problems.md @@ -1,23 +1,2 @@ -## video stream -- video stream needs to always autoplay, even if it cant unmute itself - - currently, it wont play at all unless it can unmute -- video stream currently unloads and reloads based on the tab being active - - just remove this feature. It needs to stay running all the time. - -## UI tweaks and fixes -- remove redundant rover name tags everywhere - - just have one in the hud: "You are driving " -- unify colors and roundeds - - no borders, ever - - no ALL CAPS FONTS ever - - nothing should be rounded at all. - - webpage background color: black - - panels should all be the same lighter gray - - things inside panels should be a darker gray - - buttons should be even darker, almost black - - all buttons should have a hover effect which lightens them a little - - text should be either white or the same gray - -## mobile UI elements -- they are currently not styled to match the rest of the program -- make them match \ No newline at end of file +## server -> client comms +- need to throttle sensor sending, maybe only send one in every 5 packets. \ No newline at end of file