Actions
Task #14188
closedFeature #14158: [UI] General progress/busy indicator
Progress indicator higher order component
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;
});
```
Updated by Peter Amstutz about 2 years ago
- Remaining (hours) set to 0.0
- Start date set to 11/09/2022
- Status changed from New to Closed
Actions