Add file overwrite confirmation
Open
area/screen/files
effort/hours
exp/intermediate
help wanted
kind/bug
P3
status/ready
topic/design-front-end
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 534
- PR merge metrics
- No merged PRs in 30d
Description
Whenever a file is moved to another folder, we don't check for the existence of a file with the same name & extension. Leading to potential unintentional overwriting.
**To Reproduce**
Steps to reproduce the behavior:
1. Have a `/dogs/oof.png` and `/dogs/breeds/oof.png`
2. Drag the first one into the `breeds` folder
3. No confirmation modal is being used
We should ensure issues in https://github.com/ipfs/ipfs-webui/issues/1667 are addressed when we solve this
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.