Add progress bars on move bulk items#1095
Add progress bars on move bulk items#1095Komediruzecki wants to merge 1 commit intoBoostIO:masterfrom
Conversation
| </LoadingButton> | ||
| </div> | ||
| </Container> | ||
| <> |
There was a problem hiding this comment.
Needed because container has transform and to break out of HTML structure it won't work with fixed positioning, see here: https://stackoverflow.com/questions/2637058/positions-fixed-doesnt-work-when-using-webkit-transform
| <Container> | ||
| <ProgressBarContainer> | ||
| <ProgressItems> | ||
| <Spinner /> |
There was a problem hiding this comment.
Custom spinner with white color since the previous spinner which I copied is not customizable - I would like to make it so.
The other cloud spinner is more versatile, but needs positioning, do you have any suggestions, should I leave it like this or should we use the already available cloud spinner and position it?
There was a problem hiding this comment.
We should use the existing spinner rather than having another spinner.
There was a problem hiding this comment.
Okay, I'll try to position the old spinner, hopefully it will work nicely
| <Container> | ||
| <ProgressBarContainer> | ||
| <ProgressItems> | ||
| <Spinner /> |
There was a problem hiding this comment.
We should use the existing spinner rather than having another spinner.
|
Closing and merging |
Add progress bar when moving bulk items in folder view
Test:
In desktop application and web application:
Test moving items
User cannot cancel nor remove the move progress
Short example:
2021-08-16.21-01-57.mp4