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
Add a readonly :: Boolean field to FileInfo that indicates whether a given file may be removed or not (#162)
Add a remove :: FileId -> Aff Boolean field to UploadBackend that allows for running an async action to check whether the file should be removed (e.g. a confirmation modal) (#162)
Add the onClick :: FileId -> Maybe (Effect Unit) prop to Upload so that users can interact with the uploaded files — e.g. for downloading them (#162)
New features
Add nbsp and noMargin to new Text component module (#161)