jac-uk / jac-kit

Library of shared components and helpers. WIP :)
MIT License
1 stars 0 forks source link

DownloadLink checks Checksum, FileUpload displays Limit #213

Open tomlovesgithub opened 2 months ago

tomlovesgithub commented 2 months ago

FileUpload component now displays the accepted types and file size limit, as well as preventing uploads when the scanner status is offline.

I have also amended the way these props are accepted and used.

DownloadLink is now ready for checksums, altho there is a bypass which means that this component can be rolled out prior to checksum creation (thanks for the idea @warrensearle).