-
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.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
Bugfix: Prevent loader in sidebar on add/remove | ||
|
||
When adding or removing a public link or collaborator, the respective list view sidebar panels briefly hid the panel and showed a loader instead. | ||
The UI is supposed to show a visual transition of a new list item into the list on adding, as well as a visual transition out of the list on deletion. | ||
This is fixed now by not triggering the loading state on add and remove actions anymore. A loading state is only meant to appear when the user | ||
navigates to the shares of another file/folder. | ||
|
||
https://github.com/owncloud/phoenix/issues/2937 | ||
https://github.com/owncloud/phoenix/pull/2952 |