[Bug]: UI / UX sample button no feedback on click / triggers multiple uploads + no dedup
shollingsworth opened this issue · 1 comments
shollingsworth commented
Guidelines
- I agree to follow this project's Contributing Guidelines.
Project Version
current
Platform and OS Version
No response
Existing Issues
No response
What happened?
The upload sample button can be triggered multiple times
Also the images when hit multiple times do not de-duplicate and show up multiple times. This may have more to do with the sample process than the upload process itself.
Steps to reproduce
Use the sample upload button
Expected behavior
Sample Submit button should grey out and there should be an indication of activity.
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
natebass commented
The upload button should show a "hand" pointer when you hover over it. This indicates that it is a button and can be clicked.
The CSS for this functionality:
cursor: pointer;