Skip to content

Conversation

@JesseniaChan
Copy link

@JesseniaChan JesseniaChan commented Oct 23, 2025

Description

Checklist

  • PR has a descriptive title and content.
  • PR description contains references to any issues the PR resolves, e.g. Resolves #XXX.
  • PR has one of the labels: documentation, bug, enhancement, feature, maintenance
  • Checks are passing.
    Failing lint checks can be resolved with:
    • pre-commit run --all-files
    • jlpm run lint

📚 Documentation preview: https://jupytergis--966.org.readthedocs.build/en/966/
💡 JupyterLite preview: https://jupytergis--966.org.readthedocs.build/en/966/lite

@github-actions
Copy link
Contributor

Binder 👈 Launch a Binder on branch JesseniaChan/jupytergis/main

sourceSchema['required'] = ['name', ...sourceSchema['required']];
sourceSchema['properties'] = {
name: { type: 'string', description: 'The name of the source' },
name: { type: 'string', description: 'The name of the source' , 'ui:autofocus':true},
Copy link
Member

Choose a reason for hiding this comment

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

This works? That's cool if so! I expected this would have to be handled in the uiSchema instead of the json schema.

@mfisher87
Copy link
Member

mfisher87 commented Oct 23, 2025

Nice work, thanks for the PR!

TODO: Add the text "Resolves #767" to the PR description

TODO: Rebase or otherwise fix history to include only the relevant commits

TODO: Lint (jlpm run lint locally and then commit the changes)

@github-actions
Copy link
Contributor

Integration tests report: appsharing.space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants