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
The way the files app shows alerts is a little funny, I think because of the Uppy integration and when errors can occur.
Here's an example of how it can be a little wonky. You see here there's a Rails flash message (in red on the page) and that's in addition to an Uppy modal that pops up.
For me an my taste, I'd like to just use Rails flashes (obviously triggered by javascript events and made in javascript in some cases) to be consistent across the entire application. That way, error displays are the same across all pages. This will provide a consistent UX.
Related to #2592 because I think these extra alerts from from sweet alert.
The text was updated successfully, but these errors were encountered:
The way the files app shows alerts is a little funny, I think because of the Uppy integration and when errors can occur.
Here's an example of how it can be a little wonky. You see here there's a Rails flash message (in red on the page) and that's in addition to an Uppy modal that pops up.
For me an my taste, I'd like to just use Rails flashes (obviously triggered by javascript events and made in javascript in some cases) to be consistent across the entire application. That way, error displays are the same across all pages. This will provide a consistent UX.
Related to #2592 because I think these extra alerts from from sweet alert.
The text was updated successfully, but these errors were encountered: