-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Clean up interface switcher plugin in preparation for release #6766
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.
bot please update playwright snapshots
Thanks @afshin.
Maybe we could use the same caret icon as in the file browser for the "New" dropdown? notebook/packages/tree-extension/src/index.ts Lines 86 to 89 in 072a5d6
|
That's a good idea for consistency. |
bot please update playwright snapshots |
Kicking CI. |
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.
bot please update playwright snapshots
Looks like there were no changes to push when updating the snapshots? https://github.com/jupyter/notebook/actions/runs/4405807628/jobs/7717182164 |
Chromium fails but Firefox passes ... do the snapshots only come from Firefox? I visually can confirm my changes are visible in Chrome. |
No it's for both chromium and firefox. We can try again. |
bot please update playwright snapshots |
Co-authored-by: Jeremy Tuloup <[email protected]>
bot please update playwright snapshots |
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.
Thanks!
This PR makes the
INotebookTracker
required instead of checking for it at runtime. It also adds an ellipsis…
character to the interface button/dropdown to indicate it is a two-step UI control.