aperture-sh / aperture-sh/navigator
improve loading mechanism for error list
Aperta
- Lingua principale
- JavaScript
- Stelle
- 0
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
At the moment one needs to click onto a refresh button. It would be better to reload the error list when someone opens the dialog.
e.g.
```javascript
function componentDidUpdate(...,...) {
if (prevstate.open != state.open) reload();
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.