dequelabs / dequelabs/cauldron
Deprecate Action Needed Toast
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
Toasts are typically a form of non-modal dialogs, however the "action needed" toast requires user action and prevents access to the page which is more like a modal dialog. To be more consistent in our design language, we should deprecate this component variant and implement any interactions using on of the `Alert` or `Modal` components to implement this pattern.
Contributor guide
Research direction
Start by locating the Toast component's "action needed" variant and identify its current uses. Review the existing Alert and Modal components before deciding how those interactions should be represented. Done means the variant is deprecated and the affected interactions use Alert or Modal instead.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- accessibility, design, frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100