-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
More space for navigation text #2693
Comments
Of course the limit is necessary, otherwise the names would overflow. Just look at this: The padding issue on the left is correct. But regarding the actual problem of the long name of »Announcement center«: |
And no, the app does way too much, to "simply" melt it into activities. The name is already "Announcements" (if there would at least be hover for ellipsed titles you would see that) I would also use "News" as a link title, but a well-known "RSS Feed Reader" abuses this name already. |
Yes it also is about that. Please explain why it does way too much? While code-wise it can stay a different app, interface-wise it can be combined just fine, and should do so. It’s all chronological activity info. Let’s keep things simple here as we do in Nextcloud. |
Yeah, a tooltip for ellipsized titles would be cool. But we need to do that in JS so that not all titles blindly get a hover tooltip. Because most are short enough.
As shown in the screenshot above, how should we do that? Look at your Android phone or an iOS device … there has to be a cutoff at some point. Swearing doesn’t help fix it.
Why abuse? It’s a user-facing app and people read news with it. What does the announcements app have to do with »News«? ;) Sure we can talk about different words like »Notice« or »Post« or whatnot but this tackles the wrong problem. See my previous comment about integration. |
It's news about your instance I will NEVER integrate this into activities, please stay on track, "Annoucements" is really not a very long word, we have 1600 pixels left on that page,.... |
I have to agree with @nickvergessen. Also keep translations in mind, some languages use to have longer words than others, some needs 2-3 words for a proper name and some have a catchy short word to name a app. Most of the time you have more than enough space, so why not just let the drop-down grow/shrink with the content and give every app enough space to display the complete app name? I think from a UX it is much nicer to see the complete name than just a few letters followed by '...' I think the min. requirement is to have a tooltip on hover to show the complete name. |
So we are thinking about using a direct-menu like approach for Nextcloud 12 because also apps are too hidden and not discoverable. Talked with @eppfel @juliushaertl :) That would also partly take care of this issue. |
What do you mean by "direct-menu"? Do you already have a mock-up, screenshot, etc? Does this mean to have again a always visible menu like many years ago? |
@schiessle basically similar to this: https://apps.nextcloud.com/apps/direct_menu by @juliushaertl. See discussion at https://help.nextcloud.com/t/is-this-the-most-awesome-or-what/6163/3?u=jan |
@jancborchardt @nickvergessen thanks for the pointer. To be honest, I'm not a big fan of the "direct-menu" but let's see how things evolve. |
@schiessle it of course needs to be polished, but the problem we need to really solve is people not knowing that Nextcloud has other apps except files. We hear that more and more. :) |
Fixed by new menu - see #3959 for the remaining issue |
This is still a problem in the overview menu. But jan wanted to change it to a lined layout (like settings menu) instead of the current box-layout. @jancborchardt is there already a dedicated issue for that? |
Nothing for 12 I would say. |
This was actually done through @juliushaertl's responsive menu at #4439 The names now have more space, and I would say that’s also enough, no? @nickvergessen what do you think? EDIT: Yep, as @eppfel said the name should be concise. »Announcements« is good. :) |
Hu? the navigation string is already announcements since ever ;) Anyway, yes this one is solved |
There is really no need to limit the label length to 8 characters:
We have so much space available...
Also the padding left is broken and the text also doesn't look centered:
@nextcloud/designers
The text was updated successfully, but these errors were encountered: