Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve loading mechanism for error list #2

Open
f7o opened this issue Aug 20, 2019 · 0 comments
Open

improve loading mechanism for error list #2

f7o opened this issue Aug 20, 2019 · 0 comments

Comments

@f7o
Copy link
Member

f7o commented Aug 20, 2019

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.

function componentDidUpdate(...,...) {
   if (prevstate.open != state.open) reload();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant