-
Notifications
You must be signed in to change notification settings - Fork 90
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 f-twelve web console #1842
base: livekit
Are you sure you want to change the base?
Add f-twelve web console #1842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's useful then I guess this is okay. Main concerns are:
- How much does it add to the bundle size?
- Does it add another thing intercepting our logs and if so does it play okay with everything else?
- Hasn't been updated for 2 years and does pull in preact which gives it a bunch of dependencies, none of which have had updates in those 2 years.
I spend some time searching for a more recent one but this seemed the only bigger project. Then I can use this branch for debugging but its not really part of EC. (Until we find something newer with less deps.) |
Signed-off-by: Timo K <[email protected]>
…ly hides it again)
fb31f06
to
41e3e21
Compare
|
This is a very quick way to get access to the log on ios and andoird without needing to rageshake and check it on the rageshake.
Could come in handy as well to be able to execute arbitrary commands in the webconsole on andoid/ios.
Screenshots