Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Browser only populated when the user searches based on the users' search criteria #430

Closed
aedelmann opened this issue Nov 16, 2016 · 1 comment

Comments

@aedelmann
Copy link
Contributor

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.

@shiv12095
Copy link
Contributor

Going ahead with the proposed solution

shiv12095 added a commit to shiv12095/vorto that referenced this issue Nov 17, 2016
Signed-off-by: shiv12095 <[email protected]>
shiv12095 added a commit to shiv12095/vorto that referenced this issue Nov 17, 2016
Signed-off-by: shiv12095 <[email protected]>
aedelmann added a commit that referenced this issue Nov 18, 2016
@aedelmann aedelmann modified the milestone: 0.9.0 Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants