-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(3000): remove notebook popover #19537
Conversation
9b64b83
to
9c7cd74
Compare
Size Change: -2.4 kB (0%) Total Size: 2 MB
|
📸 UI snapshots have been updated8 snapshot changes in total. 0 added, 8 modified, 0 deleted:
Triggered by this commit. |
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.
Looks good. Just need to remove the whole of the frontend/src/scenes/notebooks/NotebookPanel/notebookPopoverLogic.ts
file
frontend/src/scenes/notebooks/NotebookPanel/notebookPopoverLogic.ts
Outdated
Show resolved
Hide resolved
frontend/src/scenes/notebooks/NotebookPanel/notebookPopoverLogic.ts
Outdated
Show resolved
Hide resolved
frontend/src/scenes/notebooks/NotebookPanel/notebookPopoverLogic.ts
Outdated
Show resolved
Hide resolved
a226c5b
to
0b5d881
Compare
📸 UI snapshots have been updated7 snapshot changes in total. 0 added, 7 modified, 0 deleted:
Triggered by this commit. |
Problem
Follow up to #19535.
Changes
This PR removes the notebook popover.
I think the
notebookPopoverLogic
should be fully merged intonotebookPanelLogic
, but was a bit unsure of the changes / what the remaining code does, especiallyurlToAction
. Let me know wether I can just move over the code or there is more to it (e.g. the logic being mounted only in certain places and that's why we listen for/*
).How did you test this code?
Re-built the app and CI run