Most pages in tomohub have a button in the "header/nav bar" that provides easy access and also some visual feedback for which page one is on.
However, if navigated to the "Methods" page and one then clicks on the "Run HTTOMO (Workflow Run)" button:
the app redirects to another page, and this page doesn't have a corresponding button in the "header/nav bar":
It would be nice to have a button in the "header/nav bar" that represents this page.
As one piece of necessary info, this page is associated with the workflow-run "route", but knowledge of how to do routing in react isn't necessary to fix this.
Most pages in tomohub have a button in the "header/nav bar" that provides easy access and also some visual feedback for which page one is on.
However, if navigated to the "Methods" page and one then clicks on the "Run HTTOMO (Workflow Run)" button:
the app redirects to another page, and this page doesn't have a corresponding button in the "header/nav bar":
It would be nice to have a button in the "header/nav bar" that represents this page.
As one piece of necessary info, this page is associated with the
workflow-run"route", but knowledge of how to do routing in react isn't necessary to fix this.