fix(gui): Quick Tabs Optimization#2242
Conversation
I think we can make it independent: new class (JumpsController?) to listen tabs changes and code jumps with ITabsStatesListener, record these jumps into JumpManager, and on back/forward actions calls TabsController methods. One downside here is that we need to use |
|
(added NavigationController in last commit, sorry for wrong commit message) Anything else that needs refactoring ? |
No, I think all good now. |
And next I trigger some error without exception and spend lots of time debugging it 🤣
|
|
@Mino260806 please check my changes, I think we can merge this PR 🙂 |
|
@Mino260806 I will merge this PR. It contains a lot of good changes and fixes. |
|
Sorry I had no time to check it |
Follow-up to PR #2241
Should we also move
JumpManager,navBackandnavForwardto TabsController ? I'm hesitating because it's something particular toTabbedPane