-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
Currently, users only know if they're connected to a browser, but not how healthy that connection is, which can lead to unexpected behavior if the connection becomes unstable.
Describe the solution you'd like
Add a simple visual indicator in the status bar that shows connection health (green/yellow/red) and displays connection latency on hover.
Tasks
- Implement periodic ping to the connected browser tab
- Add visual indicator to the status bar
- Show connection latency when hovering over status item
- Handle reconnection logic for unstable connections
Technical Details
- Extend the
BrowserMonitorclass insrc/browser/monitor.ts - Update the status bar UI component
- Use Chrome DevTools Protocol for connection health checks
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers