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 123 forks source link

Improvements in Av. Offline (multiselection) #485

Open jesmrec opened 5 years ago

jesmrec commented 5 years ago

Comes from

https://github.com/owncloud/ios-app/pull/456#issuecomment-518739986

https://github.com/owncloud/ios-app/pull/456#issuecomment-522053032

First implementation of available does not have the multiselection. In order to set several items as av. offline at the time, would be interesting to have the option.

The main problem is the bottom bar: currently with 5 items, a sixth one will make the bar pretty crowded and the tap area small for each one.

Options:

CC @felix-schwarz @michaelstingl @hosy @mneuwert

hosy commented 5 years ago

I would suggest to add a three dot button for the right item. For this item you can show a popover menu with more context items. If there is more space available, like on the iPad, we could show more items. Maybe it would make sense to add a new drag and drop view, if you drag an item to the toolbar, when fixing this issue.