SOBotics / Higgs

A generic dashboard for viewing and providing feedback to SOBotics bots.
GNU General Public License v3.0
4 stars 0 forks source link

Redirecting to dashboard pages shouldn't add to history #17

Closed rjrudman closed 6 years ago

rjrudman commented 6 years ago

May or may not be a bug. It's quite annoying, as routing is done via the browser. This means the page load is instant, and makes it very difficult to double click 'back' to go back to the original page.

Fudging history is an option, but a bit hacky (pretend they never visited /report/{id}). We may be able to prevent the redirect if we see the user has forward history, but I believe this may not be supported in all browsers.