You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the model browser fetches all models from the repository depending what type of model he is editing. When the user switches between tabs, the fetch is done again. This slows down the UI and responsiveness.
Possible solution:
The fetch is only done when the user actively searches in the model browser, whereby async search requests are sent to the repository and the result is displayed in the model browser.
When the user switches to the other tab, the search result and criteria is cleared and user has to search again.
The text was updated successfully, but these errors were encountered:
Currently the model browser fetches all models from the repository depending what type of model he is editing. When the user switches between tabs, the fetch is done again. This slows down the UI and responsiveness.
Possible solution:
The fetch is only done when the user actively searches in the model browser, whereby async search requests are sent to the repository and the result is displayed in the model browser.
When the user switches to the other tab, the search result and criteria is cleared and user has to search again.
The text was updated successfully, but these errors were encountered: