Prevent duplicate resource creation on repeated clicks of action button
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 71
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 29
Description
I noticed an issue with the new resource creation flow. When I select a resource type (like folder or media) and click the action button multiple times (e.g., create folder or upload), it creates multiple instances of the resource. A potential fix could be to disable the action button until the creation process is complete.

Contributor guide
Research direction
Start by reproducing the new resource creation flow for a folder or media resource and tracing the action button handler. The issue is done when repeated clicks during creation produce only one resource and the button remains unavailable until creation completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100