-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: migrate CollapsibleToggle to typescript #4697
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
|
Beep boop! 🤖 Hey @kshitijk83, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. Stay awesome! 😎 |
|
Review app for commit b9e1486 deployed to Heroku: https://hge-ci-pull-4697.herokuapp.com |
beerose
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.
Thank you for your PR!
I left one comment and also I noticed some eslint issues, for example with global require or missing role attribute. Could you take a look? You can check for lint errors by running npm run lint.
console/src/components/Common/CollapsibleToggle/CollapsibleToggle.tsx
Outdated
Show resolved
Hide resolved
|
Deploy preview for hasura-docs ready! Built with commit d270345 |
|
Review app for commit 9491718 deployed to Heroku: https://hge-ci-pull-4697.herokuapp.com |
|
Review app for commit d270345 deployed to Heroku: https://hge-ci-pull-4697.herokuapp.com |
|
Review app https://hge-ci-pull-4697.herokuapp.com is deleted |
|
@beerose are there any required changes left? |
No, I just approved 🙂 |
|
Review app for commit a177b39 deployed to Heroku: https://hge-ci-pull-4697.herokuapp.com |
|
Review app for commit 462e2d7 deployed to Heroku: https://hge-ci-pull-4697.herokuapp.com |
|
Review app for commit 9863934 deployed to Heroku: https://hge-ci-pull-4697.herokuapp.com |
|
Beep boop! 🤖 Awesome work @kshitijk83! All of us at Hasura ❤️ what you did. Thanks again 🤗 |
|
Review app https://hge-ci-pull-4697.herokuapp.com is deleted |
Description
This pull request convert CollapsibleToggle component to typescript
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Related Issues
#4314
Solution and Design
added state and props interfaces:
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
run_sqlauto manages the new metadata through schema diffing?run_sqlauto manages the definitions of metadata on renaming?export_metadata/replace_metadatasupports the new metadata added?GraphQL
Breaking changes