Community
Participate
Working Groups
To show repositories page we do the following: - we get the list of repos - per each repo we get extra details e.g. info about changes to commit or to push - then we show the page Should be: - we get the list of repos - show repositories with actions - we make calls to get extra details (concurrently for all repos) - show progress indicator per each repo until extra details are retrieved, then replace the progress indicator with details
Pull request: http://orion.eclipse.org/git/pullRequest.html#git://github.com/maciej-bendkowski/orion.client_dd1d81e2a0131991101caa4e2f5d9b9a33fa3fd5
(In reply to comment #1) > Pull request: > http://orion.eclipse.org/git/pullRequest.html#git://github.com/maciej-bendkowski/orion.client_dd1d81e2a0131991101caa4e2f5d9b9a33fa3fd5 Due to a new found bug, another pull request: http://orion.eclipse.org/git/pullRequest.html#git://github.com/maciej-bendkowski/orion.client_817f04df18fcd9352eb9bf65dea532bfca3475b1
Next solution proposal: https://github.com/maciej-bendkowski/orion.client/commit/d95af090c031bc707cb728aa75362fdffdb5edad Quick summary: DynamicContent is meant to be a generalization of dynamic population and rendering using the model-explorer-renderer scheme. The DynamicContentModel provides population logic, DynamicContentExplorer handles the base scheme for dynamic loading and DynamicContentRenderer supplies you with basic render methods and a default progress indicator.
Fix: https://github.com/maciej-bendkowski/orion.client/commit/4d6c844f2ff4b1506dd4c5a4ca6d9e52a55ba34e
Pushed, thanks Maciek!
Some comments: - I think we were talking about different look of progress indicator, maybe the one we use in "select remote to push"dialog - There should be more space between the item label and the indicator - We also wanted to use the same indicator for section progress and item progress I will just open a new bug for it...
*** Bug 371389 has been marked as a duplicate of this bug. ***