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

Adjust the remote console size #654

Closed
fhunleth opened this issue Sep 27, 2020 · 0 comments · Fixed by #697
Closed

Adjust the remote console size #654

fhunleth opened this issue Sep 27, 2020 · 0 comments · Fixed by #697
Labels
good first issue Good for newcomers

Comments

@fhunleth
Copy link
Contributor

The remote console's width and height are hardcoded. You can see this by watching that text wraps before the edge of the black rectangle like below:

image

The device-side code supports setting the width and height of the console. If the web side can somehow send this information back to the device, the device will wrap text at the right place.

@fhunleth fhunleth added the good first issue Good for newcomers label Sep 27, 2020
jjcarstens added a commit that referenced this issue Nov 19, 2020
Based on some discussion from slack.

Resolves #689
Resolves #696
Resolves #654

* `console` button now opens console to a new window or tab
* console is the full window with minimal details at the top
* console is resizable
jjcarstens added a commit that referenced this issue Nov 19, 2020
Based on some discussion from slack.

Resolves #689
Resolves #696
Resolves #654

* `console` button now opens console to a new window or tab
* console is the full window with minimal details at the top
* console is resizable
jjcarstens added a commit that referenced this issue Nov 19, 2020
Based on some discussion from slack.

Resolves #689
Resolves #696
Resolves #654

* `console` button now opens console to a new window or tab
* console is the full window with minimal details at the top
* console is resizable
fhunleth pushed a commit that referenced this issue Nov 19, 2020
Based on some discussion from slack.

Resolves #689
Resolves #696
Resolves #654

* `console` button now opens console to a new window or tab
* console is the full window with minimal details at the top
* console is resizable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants