You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the experience by triggering a success toast instead when the image has been received successfully and a failure toast when no image type has been found
The text was updated successfully, but these errors were encountered:
Integrate Toasts on the application to provide user feedback. This would be specially great for when the clipboard's image is captured.
Grab inspo from: https://ui.shadcn.com/docs/components/toast
Context: When the user tries to use an asset that isn't an image from their clipboard, an error is printed to the console from:
https://github.com/ekqt/screenshot/blob/main/src/utils/clipboard.ts
Improve the experience by triggering a success toast instead when the image has been received successfully and a failure toast when no image type has been found
The text was updated successfully, but these errors were encountered: