-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
user experienceImprove the user experience (UX)Improve the user experience (UX)
Milestone
Description
Context
- Our warnings currently have the same style as errors
- This is misleading for users
- The toast library we're using doesn't have a warning style: More default toast types (
toast.info(),toast.warn()) timolins/react-hot-toast#29
Related Code
pixiebrix-extension/src/utils/notify.tsx
Line 137 in 98c8221
if (type === "warning") { - Example of warning call:
notify.warning({
Design Tasks
- @icugideon: I think we just need color for the icon/border?
Screenshot
Metadata
Metadata
Assignees
Labels
user experienceImprove the user experience (UX)Improve the user experience (UX)
