owncloud / ios-app

📱The all-new iOS app for ownCloud
https://owncloud.org/news/new-ios-app-ready-public-app-store/
GNU General Public License v3.0
214 stars 126 forks source link

Inconsistent Action progress UI when operating on multiply selected items #356

Open mneuwert opened 5 years ago

mneuwert commented 5 years ago

Expected behaviour

Would be nice to have same HUD type of dialog showing progress of actions performed on multiple items with a message like "Downloading x of y files" or "Duplicating x of y files" + progress bar. Plus may be name of the current file could be also shown.

Actual behaviour

Basically, right now different actions may show different UI when performing operations like "Duplicate", "Open In" on multiple selected items. E.g. "Open in" brings up an HUD when downloading items not available locally, while "Duplicate" repeatedly shows and hides bottom bar for each file.

Client

ownCloud app version: 1.0.0 RC

michaelstingl commented 5 years ago

@mneuwert Thanks for your feedback. Could you add screenshots to illustrate the issue?

mneuwert commented 5 years ago

@michaelstingl Ok, I checked it again and I still see that there is room for improvement. For example in the below video:

I think it would better UX if any long running operation could be cancelled and if there would be a UI showing the progress plus some text like "Duplicating X of Y files" or "Moving X of Y files" and so on.

bug