Skip to content

Conversation

@andrewfulton9
Copy link
Collaborator

Reference Issues or PRs

Fixes #18

What does this implement/fix?

Adds a configuration setting hideGalleryWithoutExhibits. When set to True and no exhibits are configured, the gallery panel will not be displayed in JupyterLab. When set to False, the gallery will be displayed whether any exhibits are configured or not. By default it is set to False.

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Documentation

Access-centered content checklist

Text styling

  • The content is written with plain language (where relevant).
  • If there are headers, they use the proper header tags (with only one level-one header: H1 or # in markdown).
  • All links describe where they link to (for example, check the Nebari website).
  • This content adheres to the Nebari style guides.

Non-text content

  • All content is represented as text (for example, images need alt text, and videos need captions or descriptive transcripts).
  • If there are emojis, there are not more than three in a row.
  • Don't use flashing GIFs or videos.
  • If the content were to be read as plain text, it still makes sense, and no information is missing.

Any other comments?

@andrewfulton9 andrewfulton9 requested a review from krassowski June 18, 2024 18:16
@github-actions
Copy link

Binder 👈 Launch a Binder on branch andrewfulton9/jupyterlab-gallery/hide_gallery_without_exhibits

Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, some minor suggestions.

andrewfulton9 and others added 4 commits June 20, 2024 11:34
Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: Michał Krassowski <[email protected]>
Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one more suggestion. Before releasing we will want to make a PR to nebari so that it sets hide_gallery_without_exhibits.

andrewfulton9 and others added 2 commits June 25, 2024 15:41
Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: Michał Krassowski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should the gallery section be hidden in the launcher if no exhibits are configured?

2 participants