Refactor tabs implementation #254
Labels
bug
Something isn't working
priority/high
High priority Issue
timescale/imminent
Ready to be assigned to developers
Milestone
As a user of the ATT&CK Navigator, I want to be able to use the application without significant performance issues as a result of opening many tabs/layers.
The current implementation of the tabs interface has poor performance. Essentially the contents of each tab is its own DOM element, and while these elements are added/removed when tabs are switched for performance reasons, they are separate and the removal/addition of DOM elements can have poor performance. This is likely the cause of #251.
A new system should be developed to change how tabs work. Ideally:
Something vaguely like this in terms of data flow:
The text was updated successfully, but these errors were encountered: