compumike08 / GitHub_Status_API_GUI

GUI tool to interact with GitHub Status API
MIT License
0 stars 0 forks source link

Improve App Navigation To Avoid Going Back Through Each History Step To Navigate #37

Closed compumike08 closed 7 years ago

compumike08 commented 7 years ago

Clicking the "Go Back" button currently steps back through each route in the browser history. This means if you go to a page, click "Go Back", then go to that page again, click "Go Back" again, and then want to go back to the parent route, you have to click "Go Back" at least four times to step back through each time you changed the path by going back and forth between two pages.

Redesign the app's navigation to avoid this awkward and annoying limitation on navigation/routing.