ssbc / ssb-first-aid-kit

A user-friendly app for diagnosing and fixing problems with your Scuttlebutt installation
GNU Affero General Public License v3.0
15 stars 3 forks source link

Warn users if they're in a view with old info #6

Closed Powersource closed 4 years ago

Powersource commented 4 years ago

E.g. what do we do when the user is in the Indexing view and the server stops.

I think the simplest & most polite thing would be to keep displaying the info but add a large red warning at the top that the info is old. Simplest way to do this would be to first refactor the views into using a BaseView component, like with the widgets, and put the warning in that component. Would also let us easily make e.g. the back button prettier.

Powersource commented 4 years ago

image