-
Notifications
You must be signed in to change notification settings - Fork 64
Display layer name field at top of "add layer" dialogs #966
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
base: main
Are you sure you want to change the base?
Conversation
Added instructions for installing essential tools like Git, Python, and Micromamba.
Add installation instructions for essential tools
for more information, see https://pre-commit.ci
Co-authored-by: Matt Fisher <[email protected]>
| 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}, |
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.
This works? That's cool if so! I expected this would have to be handled in the uiSchema instead of the json schema.
|
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 ( |
|
Integration tests report: appsharing.space |
Description
Checklist
Resolves #XXX.Failing lint checks can be resolved with:
pre-commit run --all-filesjlpm run lint📚 Documentation preview: https://jupytergis--966.org.readthedocs.build/en/966/
💡 JupyterLite preview: https://jupytergis--966.org.readthedocs.build/en/966/lite