ondemand icon indicating copy to clipboard operation
ondemand copied to clipboard

upload with same filename alert

Open antoniomarcum opened this issue 2 years ago • 3 comments

When a uploading file with filename that already exists on osc systems, show a warning 'File already exists. Previous file will be overwritten'.

Also, add dismissal option to not show the warning again. "never show this warning again"

┆Issue is synchronized with this Asana task by Unito

antoniomarcum avatar Mar 20 '23 16:03 antoniomarcum

I cannot seem to get this to work in an accessible way. We may have to just settle for updating the comment in the upload files panel.

johrstrom avatar Mar 24 '23 18:03 johrstrom

I cannot seem to get this to work in an accessible way. We may have to just settle for updating the comment in the upload files panel.

window.confirm() is accessible as long as we don't feel the need for a custom UI element.

lukew3 avatar Apr 07 '23 20:04 lukew3

window.confirm() is accessible as long as we don't feel the need for a custom UI element.

I think we do because we want to be able to disable the alert. I.e., 'dont show this again' type button.

johrstrom avatar Apr 10 '23 13:04 johrstrom