Open georgewrmarshall opened 1 year ago
Please assign this issue to me!I would like to work on it!
Hey @KeerthanaR29, this issue represents a large effort of work from multiple contributors. Feel free to open a PR that references this issue.
Hi, I would like to work on this seems like its not assigned to anyone currently.
Description
Currently, the extension is using an outdated
Dialog
component, which needs to be replaced with the newBannerAlert
component.This is a massive undertaking by itself and creating a single PR would be too large. Smaller PRs can be submitted against this issue to ensure easier review and gradual improvements.
Technical Details
Dialog
component (ui/components/ui/dialog/index.js
) withBannerAlert
component (ui/components/component-library/banner-alert/banner-alert.js
)Acceptance Criteria
Dialog
component are completely replaced with the newBannerAlert
componentIf the acceptance criteria is not met, PRs may be closed.
Difficulty: Intermediate
Good first issue for: External contributors who are familiar with running the extension locally, have knowledge of React, component props, Jest tests, linting, and Storybook, and want to contribute to improving the cohesiveness of UI in the extension