Project

General

Profile

Actions

Task #14188

closed

Feature #14158: [UI] General progress/busy indicator

Progress indicator higher order component

Added by Michał Kłobukowski over 5 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Target version:

Description

We need a component named 'withProgress'. It should inject progress prop into wrapped component. E.g.:
```
const WorkbenchLoadingScreen = withProgress('workbenchLoadingScreen')((props) =>
props.progress.started
? <ProgressBar progress={props.progress.value} mode={props.progress.mode}/>
: null;
});
```

Actions #1

Updated by Peter Amstutz over 1 year ago

  • Remaining (hours) set to 0.0
  • Start date set to 11/09/2022
  • Status changed from New to Closed
Actions

Also available in: Atom PDF