remove updatedAt from UI

This commit is contained in:
legop3
2026-01-29 13:25:58 -05:00
parent 7216d9ba51
commit a4d6f55576
3 changed files with 4 additions and 4 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-BeAEzK0v.js"></script> <script type="module" crossorigin src="/assets/index-DYhouiff.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-G3PbGrn6.css"> <link rel="stylesheet" crossorigin href="/assets/index-G3PbGrn6.css">
</head> </head>
<body> <body>
+2 -2
View File
@@ -72,11 +72,11 @@ export default function ModeGateOverlay() {
{reason ? reason : 'No reason set.'} {reason ? reason : 'No reason set.'}
</p> </p>
<p className="text-center text-sm text-slate-300">Server time: {serverTime}</p> <p className="text-center text-sm text-slate-300">Server time: {serverTime}</p>
{reasonUpdatedAt ? ( {/* {reasonUpdatedAt ? (
<p className="text-[0.7rem] text-slate-500"> <p className="text-[0.7rem] text-slate-500">
Updated {new Date(reasonUpdatedAt).toLocaleString()} Updated {new Date(reasonUpdatedAt).toLocaleString()}
</p> </p>
) : null} ) : null} */}
</div> </div>
<div className="surface-muted"> <div className="surface-muted">
<AuthPanel /> <AuthPanel />