Open
Description
Currently, the text is only updated when a request finishes, but that means it can stay on an outdated value for very long.
Regarding solutions, I think we could add a seperate timeout function for updating the time when starting a sync request (i.e. wire becomes busy). Just an idea, not 100% sure if that's enough.