-
Notifications
You must be signed in to change notification settings - Fork 43
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
Icons for individual distros #1415
Comments
Hi Lubos, Yes, it would be nice to have the logos on the selection screen, and it is great that you want to work on that. In order to help you to move this forward, do you have any plan for the implementation? Thanks! |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
In fact, looks like it was in our minds from long ago, see #200
Sure, we can help with that. Thanks in advance, @lkocman |
My early experiments This example is using Brand element from patternfly The other one is simply with img element I like it better, but we'd have to not use radio, and make the entire card clickable, as otherwise it will confuse users as they'll try to click the icon. I think it would be nice if the entire card would turn e.g. gray or similar on mouse over. |
I'll supply some wider logos to show the potential on the first example, before fully eleminating that option. |
* Resolves Issue agama-project#1415 * Entire card is clickable, selection of card is still marked by blue boarder * Add icon to structures, pass it to dbus, etc (please do not mix product icon with pattern icon) fallback to default.svg in case that no icon is set * Rework button layout to clickable layout * We might need to use table or similar in case that description is longer than the * Supply icon for all products including default icon
* Resolves Issue agama-project#1415 * Entire card is clickable, selection of card is still marked by blue boarder * Add icon to structures, pass it to dbus, etc (please do not mix product icon with pattern icon) fallback to default.svg in case that no icon is set * Rework button layout to clickable layout * We might need to use table or similar in case that description is longer than the * Supply icon for all products including default icon
* Resolves Issue agama-project#1415 * Entire card is clickable, selection of card is still marked by blue boarder * Add icon to structures, pass it to dbus, etc (please do not mix product icon with pattern icon) fallback to default.svg in case that no icon is set * Rework button layout to clickable layout * We might need to use table or similar in case that description is longer than the * Supply icon for all products including default icon
* Resolves Issue agama-project#1415 * Entire card is clickable, selection of card is still marked by blue boarder * Add icon to structures, pass it to dbus, etc (please do not mix product icon with pattern icon) fallback to default.svg in case that no icon is set * Rework button layout to clickable layout * We might need to use table or similar in case that description is longer than the * Supply icon for all products including default icon
* Resolves Issue agama-project#1415 * Entire card is clickable, selection of card is still marked by blue boarder * Add icon to structures, pass it to dbus, etc (please do not mix product icon with pattern icon) fallback to default.svg in case that no icon is set * Rework button layout to clickable layout * We might need to use table or similar in case that description is longer than the * Supply icon for all products including default icon
I have said this a couple of time in team meetings and reviews. We should embrace the scroll instead of fight against it. It's how the web works and we do not have control about neither, users screen size nor the zoom level users are using. So, don't worry about it. The scroll could appear with another compact layout too because a bunch of reasons: the amount of products, the screen size, the window size, the zoom level, etc) |
#1550) * Fixes #1415 * Supply icon for all products and copy them to _dist/assets/logos_ in final web build. * Add icon to structures, pass it to dbus, etc (please do not mix product icon with pattern icon) fallback to default.svg in case that no icon is set |Before | After| |-|-| |![Screenshot of the previous product selection page](https://github.com/user-attachments/assets/7f2903c5-cbda-471b-bda1-f2b6c3be1f56)|![Screenshot of the new product selection page](https://github.com/user-attachments/assets/a5204d21-640f-4777-8808-373ecb955937)| --- For more details please read #1550 (review) (and maybe #1550 (review))
it would be nice to have product/distribution icons in the product selection screen.
I'd like to work on this one.
The text was updated successfully, but these errors were encountered: