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

Add "logs" UI #116

Open
kentcdodds opened this issue Jul 21, 2023 · 0 comments
Open

Add "logs" UI #116

kentcdodds opened this issue Jul 21, 2023 · 0 comments

Comments

@kentcdodds
Copy link
Member

I tell people to open the playground in a separate instance of their editor from where they're running the server, but the log output shows up in the server that's running the workshop app. This will make it pretty confusing for people looking for the logs.

I think we should pipe the server-side logs to the client.

Maybe similar to how in-browser editors do it:

image image

It's a resizeable/dismissable panel. I would stick it at the bottom of the preview area. It should only show up when the app is running. We can probably reuse some of the code we have for the test output piping.

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