-
Notifications
You must be signed in to change notification settings - Fork 685
[Design] File List UI review proposal #927
Comments
File Type icons are in a flat-style now. Tab bar icons are still in a line-style. @ggdiez Could you imagine using more flat/filled icons for the tab bar too? |
We need to not only prepare for search, we also need to prepare for multi-select actions. /cc @pablocarmu |
I don't know of any good solution for this. In the end, there will be an effective limit for names. We shouldn't just use unlimited space to show a name in each row of the list.
Should we change the icons, or should we keep the current icons, that are the same as in the web UI? They strongly contribute to the feeling of "same platform".
I think there is another issue incoming for that :) .
I really like that :) . What do you thinkg @ggdiez , @nasli , @pablocarmu ? Do you know if this can be done with iOS framework, or would need a separate library? |
👍 |
@michaelstingl thanks for your feedback.
The main UI patterns for menus are TabBar and lateral menu. In my opinion TabBar is the best option because, the feature is only to one tap of the user. When there are to many options it's appropriate use lateral menu, but if you take attention to the best apps of the market like Facebook, Spotify, Dropbox, Box, Music, etc all of them apps use TabBar. In the case of owncloud we can use the tab bar with one additional "more" tab where store the rest of options. I like the Facebook style to do that. |
About TabBar with Flat or Line icons. I going to show you some examples:
TabBar detail:
TabBar detail:
In my opinion I prefer the option 1, line icons are more used in TabBars that flat icons. What do you think @michaelstingl @nasli @pablocarmu @davivel? |
👍 After seeing it, I agree. Thanks for showing it! |
@nasli @pablocarmu @ggdiez Have you considered using Collection Views instead of Table View Cells? Sounds very powerful for our use case. |
Hello @michaelstingl Table view is perfect for files list view because can manage a lot of number of files, has index, has swipe features and was created for that. Collection view is very powerful but is something more global. If we decided to implement Collection view instead Table View we will lost implemented features like the index and swipe. My idea is implement Collection View as Grid View when the number of images are bigger than files, like the 70 or 80 percent. Grid View without index and swipe features but showing the thumbnails of the images. That's could be a new feature into the new design. |
@ggdiez, @michaelstingl , one question. In this proposal folders have only one icon, right? In the current app folders can have several icons depending on their "Sharing-state". They can have an "angle-with-dots" or a link on the folder symbol. I think that the web UI has something similar too. Should we get rid of the alternate folder icons, or should we translate the share states on them too? What do you think? |
Would love to see force touch on a file list item to bring up the action sheet, then drag and let got on the action ;) Just ideas. Awesome work! |
Related with the operations to be performed over a file or folder, we can use the same order as the Android app: Share showing up the sharing and sync options, and below the changing and destructive options. |
Blocked, we will resume after the release 3.7.1 |
Hi guys I going to show you this design to change the UI of the iOS file list.
Chan chan!!!!
This is the new File List view.!!!
I will try to explain that interface and the changes with the current one:
1.- I have removed the transparencies in the Navigation Bar and in the TabBar. Now I use the solid ownCloud color in the Navigation Bar and a grey background color in the tab bar.
2.- New Icons in the tab bar. A lot of time using the current icons, some times the interfaces needs some new to appear refreshed.
2.1 I use an archive instead of a file to represent the files section
2.2 I use a cloud with a up arrow instead of the circle arrow, I think that that new icon represent better the uploads section.
2.3 New icon for public links section. I have used that but I can use the previous one.
2.3 New settings button, very similar to the previous one.
3.- Font Family. For this design I have used “Source Sans Pro” is very clear for Mobile and Web interfaces. I use only with two types: “Semi-Bold” and “Regular” styles.
This is the link of this font -> https://github.com/adobe-fonts/source-sans-pro
4.- Search bar. Yes I know that for the moment this feature is not implemented yet, but I hope that will be implemented in a near future. ;) Search bar order button. Is where will appear the menu of order actions when the user taps on it.
[WONT'FIX here] Keep up to date in the search issue
5.- Item cell. Now the cell are more height to represent better the information and state of the file or folder.
In the first part of the subtitle we will continue presenting the modify time of the item and the size in case of files.
In case of folder will appear the number of files inside of the folder.
5.5 Synchronized state icons. That icons appear over the type file icon and only appear once at time. I think that with one it’s enough taking as example the icons that appear in the current iOS app.
5.6. Share state icons. That icons appear in the other side of the cell and only should be appear one at time in order that the user watch easily what is the way that item is shared.
I thought in the two more useful action for the user: Available offline and Share, Do you agree with me? Maybe not :(
In this swipe menu we will use a third party library written in Swift that support the swipe in two events: The user tap over the action; the user complete the swipe movement of the cell.
This is the library -> https://github.com/SwipeCellKit/SwipeCellKit
Instead of right arrow I have added “down arrow button” to present the list of actions that you can do with that item. As you can see in the image I show first the “Share” and the “Available offline” the be consistent.
6. Replace "available offline" icon in the preview of files (iPhone, iPad) with new ones
In this design I have borrowed some ideas of Dropbox and Box but not of OneDrive, other are own.
What do you think about this proposal for the iOS UI?
cc @michaelstingl @nasli @pablocarmu @davivel
The text was updated successfully, but these errors were encountered: