Replace <div> in Button Group story with a moz-card
Categories
(Toolkit :: UI Widgets, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox139 | --- | fixed |
People
(Reporter: tgiles, Assigned: vatstutu, Mentored)
References
()
Details
(Keywords: good-first-bug, Whiteboard: [recomp] [lang=html] [lang=js])
Attachments
(1 file)
In our Button Group story, we use a div as a card for emphasis for the button group. We should replace this with moz-card since that is our card component.
To help Mozilla out with this bug, here's the steps:
- Comment here on the bug that you want to volunteer to help.
This will tell others that you're working on the next steps. - Download and build the Firefox source code
- If you have any problems, please ask on Element/Matrix in the
#introductionchannel. They're there to help you get started.
- If you have any problems, please ask on Element/Matrix in the
- Start working on this bug.
- You will need to go to moz-button-group.stories.mjs and replace the <div> element with a <moz-card> element.
- You may need to import the moz-card component like how moz-toggle is imported in moz-fieldset.stories.mjs
- If you have any problems with this bug, please comment on this bug and set the needinfo flag for me. Also, you can find me and my teammates on the
#reusable-componentschannel on Element/Matrix most hours of most days.
- Build your change with
mach buildand test your change withmach storybookand navigating to the button group stories. Also check your changes for adherence to our style guidelines by usingmach lint. - Submit the patch (including an automated test, if applicable) for review. Mark me as a reviewer so I'll get an email to come look at your code.
- How to Submit a Patch
- This is when the bug will be assigned to you.
- After a series of reviews and changes to your patch, I'll push it to autoland.
- If there are changes requested, please read the "To update a submitted patch" section to ensure you don't accidentally create a duplicate revision!
- Your code will soon be shipping to Firefox users worldwide!
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Hi everyone,
I'm excited to work on this bug! I've gone through the detailed report and the provided guides, and I'm now diving into the implementation.
Thanks!
| Assignee | ||
Comment 2•1 year ago
|
||
If the bug I'm referencing is still unresolved, please let me know. I've successfully fixed the issue and thoroughly tested the solution. Screenshots of the fix and testing results are attached for your review.
Screenshot 1
Please provide instructions on how to submit the patch for integration.
| Reporter | ||
Comment 3•1 year ago
|
||
Hi Raksha, please read the to submit a patch in the Firefox Contributors' Quick Reference guide for information on how to submit your patch for review. See also the more detailed how to submit a patch guide if you need more detailed information on this process. Thanks!
| Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 5•1 year ago
|
||
Hey, I've made all the changes. Could you please review them?
Comment 7•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•