firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

[Feat] Event logs Keyboard accessibility for WS and SocketIO. #168

Closed Nishchit14 closed 3 years ago

Nishchit14 commented 3 years ago

The current behavior is, In SocketIO and WebSocket clients, event logs are being shown as a table view, and on clicking/selecting any row, the preview is being shown at the bottom pane (Log Preview). Now logs are being added in real-time so It's becoming impossible to track the active/selected row which is currently shown as a preview log. There should be a color formatting to active/selected row also the table rows are able to navigate by arrow keys up and down (with keyboard, no mouse click)

Current behavior The active row is hard to identify.

image

Expected behavior The active row should have color formatting and be able to navigate via the keyboard key.

image