luceroweb / luceroweb/karot-saving-smart
Refactor Existing Modals to use Single Reusable Modal Component
@darlanebrown is already working on this.
Since Jul 6, 2022.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
[timebox: , complexity: ]
As a developer, I want to have a refactored modal component that I can use to create any modal within the site so that I don't have to build the modal each time.
**Developer Expectations**
- A modal component
- props: visibility (from redux slices), header (text), body (JSX or component), controls (JSX buttons)
**Developer Dependencies**
- Refactor existing modals to use new modal component you are about to create
- Create modal component
- Update stiles to match Figma (screenshots below)


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.