-
Notifications
You must be signed in to change notification settings - Fork 750
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
Wrap KRadioButton
groups in KRadioButtonGroup
#12596
Comments
Hi, can I get assigned to this issue? |
Hi @elkielki, thank you - yes. Please follow the guidance closely and ask here if anything comes up. Also note that the newest Kolibri Design System that has |
Hi is the issue still open? |
@MisRob Feel free to reassign this issue to @adityashibu. I followed the 'Getting Started' documentation, but I'm stuck on the command |
Hi @elkielki I have unsigned you and assigned @adityashibu . Is there any error you are getting from the terminal that we can look at? |
Hi @AllanOXDi, Just to make it clear, I need to wrap KRadioButton in KRadioButtonGroup right? So something along the lines of:
would become:
Right? |
Hi @adityashibu, yes. I'd ask you to study the guidance and all the links in the issue description where you will find plenty of examples of simple use-cases as well as more complex ones, see what's already done, documentation for components you will work with, and understand how to test that it works as expected in Firefox. As you navigate Kolibri and preview the places you're refactoring, would you always please make a note about how you navigated as a user to a given place, and include this in your pull request description? It will help our QA team to locate where to test. Doesn't need to be elaborate, just few steps to get to each of those places. Thanks a lot. |
@elkielki as @AllanOXDi mentioned, we're glad to help you debug your development server setup if you can give us some logs. Seems you're experiencing troubles with a node version managemen - many people have good experience with Volta. |
Note that #12325 was just merged so the two first places are addressed in the latest |
Sure I'll have a look at it :) |
Hi @adityashibu, are you working on this or planning to? Just to know if we should keep the assignment or not. |
Hey @MisRob can you assign me this issue? |
Hi @iamshobhraj, yes, thank you |
Hello , is this issue still open....if yes can u assign me? |
@Maku38 this issue is currently assigned. You’re welcome to find a "help wanted" issue with no assignee |
/assign |
Hey @iamshobhraj. Someone is already assigned to this issue. If you want to work on something else, check out these other issues labeled help wanted" issue with no assignee |
@MisRob , I opened a pr for this issue |
Hi @iamshobhraj, Thank you for your contribution! Our team will review the PR and provide feedback soon. |
Is this issue still open? |
Hi @yashsaraswat2004 .It's already assigned. If you want to work on something else, check out these other issues labeled help wanted" issue with no assignee |
Hi @iamshobhraj, thanks for the notice! Yes this is now closed by #12751 |
🌱 Are you new to the codebase? Welcome! Please see the contributing guidelines.
Summary
learningequality/kolibri-design-system#650 introduces a new Kolibri Design System component,
KRadioButtonGroup
that ensures expected keyboard navigation in Firefox #10491.Now we need to update all places in Kolibri to use it.
References
Guidance
<KRadioButton>
s and wrap them in<KRadioButtonGroup>
as described in https://develop--kolibri-design-system.netlify.app/kradiobutton/.KRadioButtonGroup
available, you can use devserver-with-kds command to run Kolibri with your local KDSAcceptance criteria
KRadioButton
left in Kolibri that's not wrapped inKRadioButtonGroup
The text was updated successfully, but these errors were encountered: