-
Notifications
You must be signed in to change notification settings - Fork 116
Move Chat widgets to facade and rename. #661
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
gspencergoog
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.
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 refactors chat widgets by moving them to a facade directory and renaming them with a View suffix. The changes are consistent and well-executed. I have one comment regarding adherence to the repository's contribution guidelines.
| export 'src/development_utilities/catalog_view.dart'; | ||
| export 'src/facade/direct_call_integration/model.dart'; | ||
| export 'src/facade/direct_call_integration/utils.dart'; | ||
| export 'src/facade/gen_ui_conversation.dart'; | ||
| export 'src/facade/widgets/chat_primitives.dart'; |
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.
While the code changes are correct, the pull request description is empty. The repository's style guide requires that pull request descriptions include the Pre-Review Checklist from the template. Please update the PR description to adhere to the contribution guidelines.
References
- PR descriptions should include the Pre-Review Checklist from the PR template, with all of the steps completed. (link)

Chat widgets do not belong to core, as they are high level and opinionated about too many things.