MuckRock / documentcloud-frontend

DocumentCloud's front end source code - Please report bugs, issues and feature requests to info@documentcloud.org
https://www.documentcloud.org
GNU Affero General Public License v3.0
18 stars 5 forks source link

Handle long document names when uploading #831

Closed allanlasser closed 1 day ago

allanlasser commented 1 week ago

Feedback from @morisy:

Files with very long filenames are impossible to fully read when uploading, and certain functionality is lost such as the ability to cancel the upload. image

In UploadListItem.svelte, we need to set a max-width and overflow the name inside the text input.