You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dialogs to confirm or cancel the action of shutting down all kernels are different depending on whether this action is triggered from the sidebar or the command palette:
The body text and the cancel button label are not standardized.
Proposed Solution
Adopt the body text and the cancel button label of the dialog when the action of shutting down all kernels is triggered from the sidebar:
Good catch! I think it's pretty clear cut that standardising it would be welcome. As to wording I wonder if it should mention the number of kernels that will be shut down.
Hi! 👋
Problem
The dialogs to confirm or cancel the action of shutting down all kernels are different depending on whether this action is triggered from the sidebar or the command palette:
The body text and the cancel button label are not standardized.
Proposed Solution
Adopt the body text and the cancel button label of the dialog when the action of shutting down all kernels is triggered from the sidebar:
jupyterlab/packages/running-extension/src/kernels.tsx
Lines 88 to 97 in 78cd6b6
... in the equivalent dialog when the same action is triggered from the command palette:
jupyterlab/packages/mainmenu-extension/src/index.ts
Lines 535 to 555 in 78cd6b6
Additional context
Let me know what you think and if I can open a PR. Thanks!
The text was updated successfully, but these errors were encountered: