-
Notifications
You must be signed in to change notification settings - Fork 366
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
Add help to several sections in the Selection Panel #6668
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
visible time range text didn't stand the test of time!
great additions otherwise!
@@ -50,8 +50,27 @@ pub fn visualizer_ui( | |||
.hover_text("Add additional visualizers") | |||
.disabled_hover_text("No additional visualizers available"); | |||
|
|||
let markdown = "# Visualizers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, love it! we can re-use some of this on the doc page we still haven't written on this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought so 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, these tooltip will very much benefit from links to the docs, when those exists.
Co-authored-by: Andreas Reich <andreas@rerun.io>
3c98dc8
to
23894e5
Compare
What
Adds a bunch of help buttons to various sections in the selection panel, in particular for component default and visualisers.
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.