Skip to content

UI: better navigation over the log #5

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

Open
theihor opened this issue Mar 31, 2025 · 1 comment
Open

UI: better navigation over the log #5

theihor opened this issue Mar 31, 2025 · 1 comment

Comments

@theihor
Copy link
Collaborator

theihor commented Mar 31, 2025

When the input log is big, navigation is quite inconvenient currently.

You can scroll, but there is no scrollbar visible (because only visible part of the log is rendered). You can also use arrows, pgup/pgdown and home/end.

The "go to line" feature is mostly useless, as user wouldn't know where to jump exactly.

A couple of ideas:

  • implement a virtual scroll bar
    • alternatively render entire log if it's small enough
  • Replace "go to line" with grep

Content-based navigation would be most useful, but that's a separate issue.

@theihor theihor added the enhancement New feature or request label Mar 31, 2025
@theihor theihor self-assigned this Mar 31, 2025
@theihor theihor removed the enhancement New feature or request label Mar 31, 2025
@theihor theihor removed their assignment Mar 31, 2025
@theihor theihor moved this from Backlog to Todo in BPF Verifier Visualizer Mar 31, 2025
@theihor theihor changed the title Better navigation over the log UI: better navigation over the log Mar 31, 2025
@theihor theihor moved this from Todo to Backlog in BPF Verifier Visualizer Apr 1, 2025
@theihor
Copy link
Collaborator Author

theihor commented Apr 11, 2025

Virtual scroll bar implemented by #17

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

No branches or pull requests

1 participant