smart-on-fhir / ehi-app

EHI Export API Client Reference Implementation
https://ehi-app.smarthealthit.org/
Apache License 2.0
4 stars 1 forks source link

Improve how number of attachments is handled #37

Closed vlad-ignatov closed 1 year ago

vlad-ignatov commented 1 year ago

If I select too many files I see this warning in console: Number of files provided exceeds MAX_FILE_NUM of 5, only using the first 5.. It would be better UX to show that warning on the screen (perhaps a shortened version of it since the limit is already mentioned in the upload widget). Otherwise users will either not notice it, or think it's a bug.

Dtphelan1 commented 1 year ago

100% agree – this is a duplicate of #15 I believe. Feel free to change the title to something if my original issue is confusingly named

vlad-ignatov commented 1 year ago

Oh yes, it is a duplicate.