-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: notebook timestamp nodes #16613
Conversation
Hey @daibhin! 👋 |
2a542ea
to
1a49325
Compare
Conscious that notebooks don't have a lot of tests in them. Would love to pair with someone if there is a way to start adding them in this PR |
@daibhin resolved the comments that were sorted from our pairing. Just some small follow up stuff left 👍 |
36eeb52
to
f511bc4
Compare
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.
Very nice!
81b5bea
to
16b7aa9
Compare
16b7aa9
to
183db24
Compare
* Add comment button to session recordings * Add timestamped playback node * Insert next timestamp item * Style timestamps * Bind node logic * Insert comment at the end of a timestamp list following a recording * Cleanup implementation * Appease the linter * Tweaks from pairing * Improve naming and cleanup unused references --------- Co-authored-by: Ben White <[email protected]>
Problem
Follow on from #16530
Towards #15680
We don't currently support any type of comments in recordings
Changes
notebookNodeLogic
that is bound in theNodeWrapper
comments.mp4
Still to do
Tab
'ed for inclusion in the documentHow did you test this code?