Heads Up Display (HUD) for development #631
thescientist13
started this conversation in
Ideas
Replies: 2 comments
-
|
So landed an initial concept of this in #750, but certainly more opportunities here to maybe create a general system for relaying communications back to the client, like through web sockets, and for all plugins? 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Interesting, seems like there's a special setup for Chrome DevTools? 👀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
As Greenwood is being run during development, users are naturally looking at their browser or IDE. However, when terminal errors happen, it often takes a while to pick up on that. It would be nice if maybe a server / resource based plugin was setup that could broadcast NodeJS errors to a little overlay that could be injected into the user's UI.
Thoughts
Basically establish some sort of web sockets, send a bunch of HTML, and have it display in a toast or some sort of unobtrusive pane.
This could be configurable
Beta Was this translation helpful? Give feedback.
All reactions