Skip to content

Commit

Permalink
Merge pull request #5383 from jay-hodgson/SWC-6765b
Browse files Browse the repository at this point in the history
SWC-6765: animate the progress bar and make it striped
  • Loading branch information
jay-hodgson authored May 10, 2024
2 parents 5662eff + 2e2244d commit 9e71c94
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public UploaderViewImpl(

this.progressContainer = new Progress();
progressContainer.setMarginTop(10);
// striped and animated (helps to indicate that the upload may not be stuck)
progressContainer.addStyleName("progress-striped active");
this.progressBar = new ProgressBar();
progressBar.setType(ProgressBarType.INFO);
progressContainer.add(progressBar);
Expand Down

0 comments on commit 9e71c94

Please sign in to comment.