Skip to content

fix(webui): Improve web UI: fix chat Enter key, auto-refresh node sta…#6

Merged
tejender-upadhyay merged 1 commit into
mainfrom
fix/webui-responsiveness
May 13, 2026
Merged

fix(webui): Improve web UI: fix chat Enter key, auto-refresh node sta…#6
tejender-upadhyay merged 1 commit into
mainfrom
fix/webui-responsiveness

Conversation

@tejender-upadhyay

Copy link
Copy Markdown
Collaborator

…tus, and render assistant markdown

  • Chat input now submits on Enter (Shift+Enter for newline), matching standard chat UX.
  • Node status auto-refreshes every 5 seconds by re-fetching /fleet/peers, ensuring accurate status even if SSE drops or heartbeats lag.
  • Assistant responses in the chat are now rendered as formatted HTML (not raw markdown), with code blocks, lists, headers, and links styled for readability and safety.
  • Updated chat input placeholder to reflect new keyboard shortcuts.
  • Added CSS for markdown rendering inside assistant bubbles.

…tus, and render assistant markdown

- Chat input now submits on Enter (Shift+Enter for newline), matching standard chat UX.
- Node status auto-refreshes every 5 seconds by re-fetching /fleet/peers, ensuring accurate status even if SSE drops or heartbeats lag.
- Assistant responses in the chat are now rendered as formatted HTML (not raw markdown), with code blocks, lists, headers, and links styled for readability and safety.
- Updated chat input placeholder to reflect new keyboard shortcuts.
- Added CSS for markdown rendering inside assistant bubbles.
@tejender-upadhyay tejender-upadhyay merged commit e0f382a into main May 13, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant