events: unwanted duplicate imports #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Importing has no visual feedback during the process and can cause duplication due to multiple clicks.
Status update: I have implemented an initial local fix for the import UX issue. The import submit button now shows a pending state and becomes disabled while the import is running, making the process more visible and making accidental repeated clicks much less likely. UI verification is still in progress.
Verification update: the import interaction has now been tested successfully. The import button becomes disabled after submission, and repeated submissions could not be reproduced through rapid clicking or repeated Enter key presses.
Final update: implemented and verified. The import button now provides submission feedback by disabling itself while the import is running, and repeated submissions could not be reproduced during testing. Pushed to main in commit
f208a49.Importing has no visual feedback during the process and can cause duplication due to multiple clicks.to events: unwanted duplicate imports