Open zcbenz opened 1 year ago
In dashboard window, each assistant has its own instance of BaseView, which is kind of wasteful. We can create only one instance for each kind of view and reload the service when switching assistants.
BaseView
In dashboard window, each assistant has its own instance of
BaseView
, which is kind of wasteful. We can create only one instance for each kind of view and reload the service when switching assistants.