[EW] Prevent silent overwrites when creating new files
Open
ew
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 71
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 29
Description
Currently, if you create a new page with a name that already exists, it silently overwrites the existing one without any warning and you lose all the content.
We should either:
- Give the user a warning in a dialog
- Make it the same behaviour as when you paste a page with an existing name. Today, in that case, you get it as `{name}-copy`. For the create scenario, it could be `{name}-1`
Contributor guide
Assessment
This issue has not been assessed yet.