🚸 Add xtermjs terminal to Exec
tab in container view
#163
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
V3
V4
Actual Behavior
The
Exec
tab is built around a text input which sends the command to the agent and then display the logs in a div bellow.The user experience is not that great.
Desired Behavior
Using https://xtermjs.org, we could improve the user experience by providing a fake terminal. For a first iteration, we could have a fake prompt that sends the command to the agent just like now, for a future update (when the agent supports forwarding the pty), we could attach a real shell to the fake terminal.
The text was updated successfully, but these errors were encountered: