Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zniffer: Enhance column widths #3732

Closed
zackbcom opened this issue May 30, 2024 · 1 comment
Closed

Zniffer: Enhance column widths #3732

zackbcom opened this issue May 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@zackbcom
Copy link
Contributor

zackbcom commented May 30, 2024

Is your feature request related to a problem? Please describe.
Update column widths to have tighter data.

Describe the solution you'd like
Update the TH in the table to remove with in px to use ch
example:
add the following to each th: white-space: nowrap;
Column: #, css: width: 10ch;
Column: Timestamp, css: width: 12ch;
Column: Delta [ms], css: width: 4ch;
Column: Protocol Data Rate, css: width: 20ch;
Column: RSSI, css: width: 4ch;
Column: Ch, css: width: 4ch;
Column: Home Id, css: width: 8ch;
Column: Route, css: width: ??ch;
Column: Type, css: width: ??ch;
Column: Payload, css: width: ??ch;

Additional Changes:
Move Routes to end as it expands quite large
Prefer static / semi static width columns on the left with known max ch defined. (RSSI, Ch, Home Id, Rate)

Examples:
image
image
image

Before Changes:
image
image

@zackbcom zackbcom added the enhancement New feature or request label May 30, 2024
@robertsLando
Copy link
Member

Thanks for the suggestion! 🙏🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants