Skip to content

Commit

Permalink
SWC-6765: animate the progress bar and make it striped
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed May 10, 2024
1 parent 490c0e0 commit 2e2244d
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 2e2244d

Please sign in to comment.