-
-
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
CSS changes for better distinction between user name and full name in user list #33669
Conversation
…name Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm but didn't test
This reverts commit 6879c01.
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! Some design feedback:
- We never use italic cause it is not so easily legible
- Instead, we could bold the display name
- Display name should show in first row, then account name, so it doesn't look weird with a bold subline
- That variable looks non-standard, we only use either color-main-text or color-text-maxcontrast. But if we bold the display name, we don't need to reduce the color of the account name.
This change needs to be reverted. See https://stackoverflow.com/questions/30275691/removing-subproject-commit-from-github/30275888#30275888 |
@szaimen I think I've removed it ; can you tell me if it's OK ? (submodule) |
@jancborchardt thanks for your suggestions ; I'll take care of it. |
This reverts commit 3e2190e.
This reverts commit 3f0ca0d.
@jancborchardt Italic removed. Bold "only" is not enough. Bold AND "color-main-text" is too much (too aggressive). So I propose only using color-main-text. I think I don't have skills to invert lines (and I'm afraid of doing this myself now) ; can someone else do it ? Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
|
[submodule "3rdparty"] | ||
path = 3rdparty | ||
url = https://github.com/nextcloud/3rdparty.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm... seems like following my link removed too much :/
@skjnldsv do you know how to fix that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StCyr une idée ?
@Jerome-Herbinet thanks! Can you please post a new screenshot? That would be great! |
@szaimen here it is : |
@Jerome-Herbinet almost :) could you:
|
@jancborchardt in fact the text isn't bold ; the other screenshot boldness is certainly due to the default font of my Ubuntu Laptop. Here is a screenshot of the same NC instance, under Manjaro. So do you want me to bold something ? And about putting the display name in first position, I won't be able to do it my self (sorry). |
@Jerome-Herbinet ah got it, thanks for the screenshot! Then I'd only say it would be nice to bold the display name (best use a |
Remove "displayName" class call to target "subtitle" class in users list AND in table header. Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
For PR nextcloud#33669 Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Done @jancborchardt |
As a newbie as code contributor, I made an error, by committing 5f9962d ... I think I've cancelled it, can you confirm ? (sorry for the mess, I'm learning). |
I'm concerned about submodule problem ; do you have a tip to solve it ? |
Hello, |
Yesy that is probably a good idea. Thanks! |
OK @szaimen, I close it and tell you when the new PR is created (I'll cross the fingers). |
New PR --> #34163 |
Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr
Signed-off-by: Jérôme Herbinet 33763786+Jerome-Herbinet@users.noreply.github.com