-
Notifications
You must be signed in to change notification settings - Fork 451
Implement support for in-place drag-n-drop #7880
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
Conversation
// NOTE: Relying on `self` is dangerous, as this is called during a time where some internal | ||
// fields may have been temporarily `take()`n out. Keep this a static method. |
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.
ask me how I know, i dare you
// Don't redirect data to the welcome screen. | ||
.filter(|&app_id| app_id != &StoreHub::welcome_screen_app_id()) |
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.
💀
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.
LGTM!
It is pretty tricky to get right (unsurprisingly) --
StoreId
s andRecordingId
s andSetStoreInfo
s are all pretty finicky constructs and a lot can go wrong when loading arbitrarily things in place. But it works pretty nicely overall!24-10-23_16.25.46.patched.mp4
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerCHANGELOG.md
and the migration guideTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.