-
Notifications
You must be signed in to change notification settings - Fork 3
Fixed the functioning of control for input supporting multiple values #11
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
Fixed the functioning of control for input supporting multiple values #11
Conversation
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.
Pull Request Overview
This PR enhances the input handling system for process execution by implementing support for multiple value inputs, complex inputs with URL/inline value options, and bounding box spatial inputs. The changes also include UI improvements and proper JSON request generation.
- Added support for complex inputs with href/value mode selection and format handling
- Implemented bounding box input UI with coordinate fields and CRS selection
- Enhanced multiple value input handling with add/remove functionality
- Updated styling with improved border radius and shadow effects
Reviewed Changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| pages/processes/index.vue | Minor formatting changes and comment translation |
| pages/processes/[processId].vue | Major input handling enhancements including complex, bounding box, and multiple value support |
| components/layout/default/Header.vue | Removed trailing whitespace |
| app.vue | Updated CSS styling for UI components with improved visual design |
Removed duplicate import Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated the select option to respond-async and respond-sync Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Extracted the hardcoded EPSG Codes Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Uh oh!
There was an error while loading. Please reload this page.