-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check if everything is ready before rendering the ui
show loading screen while waiting for all required data from backend check for route path instead of name in ADD_NAV_ITEM fix session persist and add only what is required
- Loading branch information
Showing
6 changed files
with
92 additions
and
48 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
changelog/unreleased/fix-object-mutations → ...gelog/unreleased/fix-navigation-rendering
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: wait for all required data | ||
|
||
Before this we rendered the ui no matter if every required data already is loaded or not. | ||
For example the current users language from the ocis settings service. | ||
One potential problem was the flickering in the ui or that the default language was shown before it switches to the settings language of current user. | ||
Instead we now show a loading screen and wait for everything that is required before rendering anything else. | ||
|
||
https://github.com/owncloud/ocis/issues/884 | ||
https://github.com/owncloud/ocis/issues/1043 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters