You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you ok with having the notification without the "undo" button first ? (should be safe and backportable)
Also I'm not happy to have a "undo" operation that uses the logic "keep the state as is and only do it after a delay". I'd rather have an undo operation re-move back the files. That needs more time to implement (and the current code is ugly, not that reusable).
Yeah, having the notification without undo first would be a good start.
And yes, for move of course the move would be carried out and undo would undo it. Using the logic "keep the state as is and only do it after a delay" is only necessary for final actions like Delete (from trash) and Send.
Currently you don’t even notice when you move a file/folder with drag&drop.
After every move, there should be a yellow notification up top saying »Moved
file-/foldername
tofoldername
« with an undo action to the right.cc @schiesbn @PVince81 @owncloud/designers
The text was updated successfully, but these errors were encountered: