mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
This PR adds support to remember the view state even after the browser tab has been closed. This helps someone who is always looking at the table view of a certain topology to which currently they have to perform a minimum of 2 clicks. * app view state is backed up in localStorage * when visiting Scope with no URL view state, the localStorage state is used (i.e. the URL state has priority)