-
Notifications
You must be signed in to change notification settings - Fork 16
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
[PBNTR-523] Enable Kits Instead of Text for Radio label - React Only #3691
Conversation
🎉 Congratulations on creating an Alpha Version! Your Alpha for Ruby Gems is 14.3.2.pre.alpha.pbntr523enablekitsforradiofix3809 Your Alpha for NPM is 14.3.2-alpha.pbntr523enablekitsforradiofix3809 |
🎉 Congratulations on creating an Alpha Version! Your Alpha for Ruby Gems is 14.4.0.pre.alpha.pbntr523enablekitsforradiofix3825 Your Alpha for NPM is 14.4.0-alpha.pbntr523enablekitsforradiofix3825 |
🎉 Congratulations on creating an Alpha Version! Your Alpha for Ruby Gems is 14.4.0.pre.alpha.pbntr523enablekitsforradiofix3826 Your Alpha for NPM is 14.4.0-alpha.pbntr523enablekitsforradiofix3826 |
**What does this PR do?** A clear and concise description with your runway ticket url. Copy the new URL from the original idea in Tempo [PR #3691](powerhome/tempo#3691) **Screenshots:** Screenshots to visualize your addition/change **How to test?** Steps to confirm the desired behavior: 1. Go to a Milano environment 2. Click on "More" in the top right, and then "logs" 3. Logs won't appear because the URL needs to change #### Checklist: - [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a review. - [ ] **TESTS** I have added test coverage to my code.
…3691) [PBNTR-523](https://runway.powerhrg.com/backlog_items/PBNTR-523) This PR adds the ability to pass in a kit as a child to the Radio kit. When the child is clicked, it will check off that Radio button. ![Screenshot 2024-09-17 at 1 09 18 PM](https://github.com/user-attachments/assets/b91c5138-8704-4612-abf3-d4a990a02320) **How to test?** Steps to confirm the desired behavior: 1. Go to `/kits/radio/react` to confirm functionality. #### Checklist: - [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a review. - [ ] **TESTS** I have added test coverage to my code.
PBNTR-523
This PR adds the ability to pass in a kit as a child to the Radio kit. When the child is clicked, it will check off that Radio button.
How to test? Steps to confirm the desired behavior:
/kits/radio/react
to confirm functionality.Checklist:
enhancement
,bug
,improvement
,new kit
,deprecated
, orbreaking
. See Changelog & Labels for details.milano
label to show I'm ready for a review.