-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid view: Improve readability of filenames #12135
Comments
GitMate.io thinks possibly related issues are #3351 (Grid view not working as expected), #3504 (showNotification closes Gallery view (probably others too)), #7416 (Public shared gallery in grid view, IE can`t scroll), #2731 (Switching from gallery view to list view not possible), and #11050 ([WIP] Grid view for files). |
Is it really necessary to show the extension in the grid view? Because when I use the grid view I want to actually see the content. For details like filename or extension I would use the list view. 🤔 Or is this a too naive approach. |
Yeah, I would say grid view is more centred on the content of the files (thumbnails) than the filename. |
Maybe we can just add a tooltip for the full filename. That would allow users to get the full name if needed, but not disturb the whole grid layout to much. |
@juliushaertl yeah, that seems like an ok solution. I’m also still not super happy with how it looks like, but then at least people on desktop can see the whole name on hover (screenreaders can already read it). And yes, agree with @MorrisJobke that the extension is not interesting. Plus, we already have enough things floating on top of the image. ;) |
That is really awesome, I did not thought about it |
I think it won't be necessary to show the extension if there is a quick and easy way to see the full name of the file. |
Something to think about once grid view is made the default -> moving to 16 as we are running out of time. |
Had some more design thoughts about this:
What do you think? |
I think we need to stop putting everything into menus. I feel like we're losing grasp of ease of use just to cleanup the view. I'm not saying there isn't an issue, but having to click multiple time for each action is starting to inconvenience my nextcloud usage 🤔 |
Of course! That's why we are discussing this, because we want to find the sweet spot here :) I think we're getting in a tough situation because we want to have everything. Grid view and menu and such are not really compatible because of too many options. |
What do you mean there? Why drop the 3-dot icon, and how will people reach the options? And the checkbox is still there?
No, as long-press is very difficult to discover. Just like keyboard shortcuts this can only ever be an additional way of doing it, but not the only one. This is also why we have the 3-dot menu in the mobile apps – people had no idea how to reach the action menu there.
How will this improve the situation? As said, checkbox is not needed all that often, and can be relegated to the menu. The proposal I wrote up above at #12135 (comment) would basically look like this in the first step (possibly we have to improve the placement of the favorite star indicator): Yes, there are a lot of entries in that menu. But:
|
Can i suggest Details tab to stay opened while allowing to change current selected file. |
Some ideas, ignore if stupid:
|
Really good stuff @juliushaertl! 🚀 Thanks for going ahead with removing the share avatar in #12173 – really is much cleaner. Can we put the share action (with avatar, if present) into the menu then though? :) And then the only thing left is moving select there too. |
@jancborchardt Any news regarding the grid view? |
@MorrisJobke we will do a pass and bugfixes of the grid view with Jan during the week :) |
The grid view is nice for graphics as is, but kinda useless for text files. It's a nice default view and I do like organization overall, however I find the name field somewhat uselessly short. It's just CSS and seems like a very reasonable option to allow multi line filenames that break usefully - something like "grid view file name rows: [1]" as a default, up to whatever the user wants - if greater than one compute spacing and set breaks to something useful.
Tool tips would also be very helpful with the full file name, file size, mod date. also, being able to see the whole filename in the info bar, as difficult as that is to get to (...->select file by file, no way to navigate through the directory) is helpful and there's plenty of room in the side bar
|
A little twiddling and I'm happy - using the custom CSS plugin and the below CSS mods I get multi-line file names in grid view and the info box, which look nice (to me) and provide enough extra context to disambiguate files with long names or that start the same, something that bugged me before. The grid CSS changes show up to 4 lines of filename text with the interesting artifact that for names that do not wrap, the name line runs over the 3 dot menu, not an intended outcome, but also not a bad one: The sidebar CSS change yields multi-line file names so the full filename is visible without resorting to a tool tip, a good thing I'd think: While thumbnail-less files also get a fairly well formatted infobox view: If anyone else wants multi-line filenames in grid view, this seems to do it, at least in NC23.
|
Update: actually seems to be implemented in #32964 ? |
@jancborchardt any improvements you still see then ? |
There is simply not enough space below the thumbnail to show enough information about the name of a file.
Some suggestions:
cc @nextcloud/designers
The text was updated successfully, but these errors were encountered: