Navigation logic is inconsistent
As a user, if I
- Open a new tab,
- Go to the entry list,
- Open an entry to edit,
- Save it, thereby going back to the entry list, and
- Press the "back button"
I would expect to go back to the entry but instead I go to the "new tab" page for by browser. This is because the "go back" button in the app, shouldn't have the semantics of the "back button" in the browser: I'm not going back in history, I am progressing forward by navigating to the asset list.
We need to revisit this since cancelling navigation via the prompt added to address #62 (closed) can further complicate this history stack.