-
Notifications
You must be signed in to change notification settings - Fork 1.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
Che plugin icons degrade under light theme - should just use icon (no wordmark) #15436
Comments
Adding P1 label since this affects CRW |
Related: #14510 |
Chopping off the text would work, but does it really make sense (from a UX perspective) to show the same logo for every plugin? I like the approach from #14510 because I think it makes more sense to store the icon of each plugin locally within the registry. Maybe have an |
@ericwill I agree that #14510 is the way to go eventually, but it also depends on being able to resolve the relative icon URLs -- if the plugin registry serves e.g. This issue is somewhat separate, as we currently default to using the same svg everywhere: https://www.eclipse.org/che/images/logo-eclipseche.svg. Fixing this issue would be as simple finding a plain Che logo hosted somewhere statically and replacing the links in the plugin registry. |
In that case I suggest we merge the existing PR for #14510 and leave the question of icon serving/storing for another day. At least this way we get some interim benefit of not having the same icon for every plugin in the list. |
This no longer affects downstream directly as we've removed the Che icons from CRW's plugin view. https://issues.redhat.com/browse/CRW-561 So... if everyone is cool with the ugliness in the light theme as it stands today in Che, then we can close this in favour of #14510
I don't see a PR linked from that issue. Am I blind? |
There is one but it's closed. I should have been more clear, I meant adopting an approach similar to that PR. I am fine with closing this issue if we are going to go with #14510. |
Closing in favour of #14510 |
Describe the bug
Under the dark theme, all the Che icons say "Eclipse Che" when you open the Plugins view from CTRL-SHIFT-J or View > Plugins.
But on the light theme, the text nearly disappears (white text on light grey background), leaving a big space between the icon and the content.
Perhaps we should remove the text from the icon used in Che's plugin view panel?
Che version
Steps to reproduce
Start a workspace. Switch to light theme. CTRl_SHIFT-J or View > Plugins to toggle the plugins view open/closed. Note icons.
Expected behavior
Should either have a wordmark that works on light theme, or JUST the Che icon (no text).
Removing text is simpler -- the text is not needed, since everyone using Che has seen its icon so the need to co-brand the icon w/ the wordmark should be non-existent.
The text was updated successfully, but these errors were encountered: