Is your feature request related to a problem? Please describe.
Currently, timeline-based views (timeline and mentions, namely) are not cached and are reloaded upon ever view switch which is hugely inefficient.
Describe the solution you'd like
Make sure that they are cached so that a view change only incurs a reload.
Describe alternatives you've considered
Leaving it that way. It's a no.
Additional context
Just requires some map-caching of the nodes on the ControlBarController side of things (at least for now).
Is your feature request related to a problem? Please describe. Currently, timeline-based views (timeline and mentions, namely) are not cached and are reloaded upon ever view switch which is hugely inefficient.
Describe the solution you'd like Make sure that they are cached so that a view change only incurs a reload.
Describe alternatives you've considered Leaving it that way. It's a no.
Additional context Just requires some map-caching of the nodes on the
ControlBarController
side of things (at least for now).