Skip to content
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

homescreen_icon: Swap 'globe' icon with 'list' icon. #5470

Closed
wants to merge 4 commits into from
Closed

homescreen_icon: Swap 'globe' icon with 'list' icon. #5470

wants to merge 4 commits into from

Conversation

dootMaster
Copy link

to match the all-messages icon in mobile with one found on web.

Current:
Screen Shot 2022-07-30 at 5 41 14 PM

Web:
Screen Shot 2022-08-04 at 4 55 06 PM

Update:
Screen Shot 2022-08-19 at 5 57 20 PM

Performed by switching the Icon component with IconAllMessages.

Fixes: #5303

Leslie Ngo added 2 commits August 19, 2022 17:31
to allow button to consume SpecificIconType, a component type that can
return a FontAwesome icon.

The current component returns icons from the Feather collection.
We want the new icon to be an exact match to the one found
in web Zulip, which is from the FontAwesome collection, but we
need the SpecificIconType component in order to do so.
to match the all-messages icon in mobile with one found on web.

Performed by switching the Icon component with IconAllMessages.

Fixes: #5303
@dootMaster
Copy link
Author

dootMaster commented Aug 20, 2022

@chrisbobbe @alya @gnprice

I switched the icon to exactly the one found in web, but I wanted to bring to your attention the line width mismatch. The rest of the icons have the same aesthetic, but the new one being from a different collection doesn't quite match up with the aesthetics of the other icons. What do you think?

Screen Shot 2022-08-19 at 5 57 20 PM

Leslie Ngo added 2 commits August 19, 2022 18:46
to match the all-messages icon in mobile with one found on web.

Performed by switching the Icon component with IconAllMessages.

Fixes: #5303

merge conflict
@dootMaster dootMaster closed this Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use "list" icon for all-messages, matching web's new icon there
1 participant