Uh oh!
There was an error while loading. Please reload this page.
feat: add confirmation dialog for file extension changes - #49308
Conversation
04da216 to
9502ffdCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
marcoambrosini
left a comment
There was a problem hiding this comment.
I would then maybe make the keep action primary instead of the renaming one
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
susnux
commented
Nov 15, 2024
It is not destructive (you can revert it) and initialized by the user so as a user I would expect my initiated action to be the primary one. |
Uh oh!
There was an error while loading. Please reload this page.
fe99148 to
d706aeeCompare
nfebe
left a comment
There was a problem hiding this comment.
So handled 3 possibilities:
- Adding file extension
- Removing file extension
- Changing file extension
Uh oh!
There was an error while loading. Please reload this page.
d706aee to
a8a934fCompare- Introduced a dialog to confirm if users want to proceed with changing the file extension. - Added handling for dialog visibility to prevent recursion. (Since it looks like use must press escape to stop rename???) Signed-off-by: nfebe <fenn25.fn@gmail.com>
a8a934f to
383d98cComparenfebe
commented
Nov 19, 2024
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
nfebe
commented
Nov 19, 2024
/backport to stable30 |
nfebe
commented
Nov 19, 2024
/backport to stable29 |
susnux
commented
Nov 19, 2024
We do not backport features, no? |
nfebe
commented
Nov 19, 2024
I don't know about that but the reason I back-porting this is because it addressing something that is already experienced in previous versions as we have a github ticket reported. |

Resolves : #46528
Screenshot
Checklist