Skip to content
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

Reconsider left panel ranking of core extensions for 3.0 #8940

Closed
ellisonbg opened this issue Aug 31, 2020 · 1 comment · Fixed by #8996
Closed

Reconsider left panel ranking of core extensions for 3.0 #8940

ellisonbg opened this issue Aug 31, 2020 · 1 comment · Fixed by #8996
Assignees
Labels
pkg:application status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@ellisonbg
Copy link
Contributor

We are making some changes to the left panel by making the command palette modal and by combining the running and open tabs panels. As part of this, we should review the ranking of left panel items we are shipping.

@ellisonbg
Copy link
Contributor Author

ellisonbg commented Sep 13, 2020

Current (JupyterLab 1.0/2.0):

  • Left:
    • 100: filebrowser
    • 200: running, git
    • 300: command palette
    • 400: none
    • 500: properyinspector (=DEFAULT_RANK)
    • 600: tabmanager (removed in 3.0)
    • 700: toc
    • 800: none
    • 900: none
    • 1000: extensionmanager (disabled in 3.0)
  • Right:
    • 500: debugger (=DEFAULT_RANK)

Proposed (JupyterLab 3.0):

  • Left:
    • 100: filebrowser
    • 200: running
    • 300: command palette
    • 400: toc
    • 500: git
    • 600: none
    • 700: none
    • 800: none
    • 900: DEFAULT_RANK
    • 1000: extensionmanager (disabled in 3.0)
  • Right:
    • 100: properyinspector
    • 200: debugger

Or in terms of ranges:

  • 0-500: Reserved for JupyterLab
  • 501-899: Usable by third-party extensions
  • 900: DEFAULT_RANK
  • 1000: extensionmanager

@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Mar 28, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pkg:application status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant