feat(terminal): add Terminal panel to Node Details with WebSocket #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/terminal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add 'Terminal' button to drawer header
Implement TerminalPanel (bottom-up fade-in, ~1/3 viewport, left of drawer)
Connect to ws(s)://{nodeIp}/ws; display incoming messages; input sends raw
Wire Drawer to pass node IP and close terminal on drawer close
Add styles/z-index and include script in index.html
- Add 'Terminal' button to drawer header - Implement TerminalPanel (bottom-up fade-in, ~1/3 viewport, left of drawer) - Connect to ws(s)://{nodeIp}/ws; display incoming messages; input sends raw - Wire Drawer to pass node IP and close terminal on drawer close - Add styles/z-index and include script in index.html