Open
Description
Is your feature request related to a problem? Please describe.
This feature shows how "far behind" Clearsky's data is from real-time.
Describe the solution you'd like
The "time behind" feature was implemented when the UI was powered by the python web server, we have stripped the python out and now purely react. This feature needs to be added back.
The original path was data.clearsky.app which was being handled by DNS to redirect to /data-sync. The goal is to handle this in app if possible.
Describe alternatives you've considered
Additional context
Attached is the frontend code that was being used. Creative freedom is welcomed.
apiServerEndpoint needs to dynamically switch between appropriate backends.