-
Notifications
You must be signed in to change notification settings - Fork 841
1. Update A2UI spec to 0.8.2 and add support for filtering and types in multiselect #604
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
Conversation
…ging on-the-wire a2UI JSON and actions
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
… into md-componentslistagent
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.
Code Review
This pull request updates the A2UI spec to version 0.8.2 and introduces new functionality to the MultipleChoice component, adding support for 'chips' display type and filtering. The changes are well-implemented and include a comprehensive new component gallery sample to demonstrate the new features. My review includes suggestions for code simplification, removal of unused imports for better code hygiene, and a correction for what appears to be a copy-paste error in the new client sample setup.
|
Maybe make a pass through the Gemini review comments? They seem important, some of them. Maybe you covered them in the other PR? I can re-review after this one is rebased, perhaps. |
jacobsimionato
left a comment
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.
+1 can we remove the gallery app from this PR?
…ctOncomponentslist
ditman
left a comment
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.
Some minor remarks/questions.
Please, remember to udpate the description of this PR following the instructions there (add a paragraph describing the change and a link to the issue that this PR resolves), we'll need that to remember why things happened later!
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.
Why do we want to commit the lockfiles?
…in multiselect (google#604) * fix contact sample * Fix dropdown and make it multi-choice * Add a new component_gallery sample agent and client that allows debugging on-the-wire a2UI JSON and actions * Update samples/client/lit/component_gallery/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * fix modal * Create new 0.8.2 version of the spec to support filtering and types for dropdown * address review fixes * Update readme * fix review comments --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Description
Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.
List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.
Pre-launch Checklist
If you need help, consider asking for advice on the discussion board.