BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

"Loading" indicator while variables are being fetched #382

Open RobinDaugherty opened 7 years ago

RobinDaugherty commented 7 years ago

When the console is first opened, or once the user has selected a new frame, the variable-fetching request can take a long time. Currently, there is no indication that the request is in progress.

bquorning commented 7 years ago

the variable-fetching request can take a long time.

Please see #360 for a proposed fix for this performance issue.

RobinDaugherty commented 7 years ago

Good point @bquorning, I should have mentioned that. My hope is to solve the UI on top of that, so that on slow development machines for example, there's still some indication that the request is in progress. I recently solved a lack of feedback when the variable request fails under certain conditions (#389), which is a good start, but it could still be improved.

bquorning commented 7 years ago

That sounds good indeed.

And can I just say this: I’m so happy to see this project being actively maintained again ❤️