Rationale
Pioneer generally opens links in a new browser tab / window. This is resource intense because each tab connects to the different endpoints and transmits constantly.
Scope
Implement multi-tab support to pioneer to enable users to work on multiple routes at the same time.
- When a pioneer route is clicked add a new top bar split in half
- For each new tab the bar is split in 1/3 and so on
- Clicking on items on the bar replaces the current main window with the selected route
- Each tab can be closed by clicking on the X
- Save open routes to localstorage to be able to continue when returning after page close / browser restart
Rationale
Pioneer generally opens links in a new browser tab / window. This is resource intense because each tab connects to the different endpoints and transmits constantly.
Scope
Implement multi-tab support to pioneer to enable users to work on multiple routes at the same time.