arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Proper page titles for each action #65

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

When navigating between user profiles, threads, messages, etc. each action creates a new history item in the browser. Unfortunately, they're all the same, so if you pull up the Back or Forward menus to navigate back/forward to a particular spot, you can't really distinguish between them. By changing the title at each step, the experience of navigating using traditional browser navigation methods would be much improved.

KyleMaas commented 3 years ago

Waiting to tackle this one until some of the pull requests are straightened out. Since I'll have to modify all of the tabs, there's a good possibility of merge conflicts otherwise.