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

Missing social icons #21492

Merged
merged 9 commits into from
Nov 25, 2024
Merged

Missing social icons #21492

merged 9 commits into from
Nov 25, 2024

Conversation

nbradbury
Copy link
Contributor

@nbradbury nbradbury commented Nov 25, 2024

Fixes #21490

Our social feature was missing icons for Bluesky, Nextdoor, and Threads. This PR adds the missing icons, and also adds a generic icon for services that don't have an icon in the future.

To test:

  • My Site > More > Social
  • Verify the icons appear correctly

To view the icons as they appear when enabled, you can change this line from > 0 to == 0.

light

@dangermattic
Copy link
Collaborator

dangermattic commented Nov 25, 2024

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Nov 25, 2024

WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr21492-976f972
Commit976f972
Direct Downloadwordpress-prototype-build-pr21492-976f972.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Nov 25, 2024

Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr21492-976f972
Commit976f972
Direct Downloadjetpack-prototype-build-pr21492-976f972.apk
Note: Google Login is not supported on these builds.

@nbradbury nbradbury marked this pull request as ready for review November 25, 2024 18:42
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.44%. Comparing base (61d36ee) to head (976f972).
Report is 24 commits behind head on trunk.

Additional details and impacted files
@@           Coverage Diff           @@
##            trunk   #21492   +/-   ##
=======================================
  Coverage   39.44%   39.44%           
=======================================
  Files        2121     2121           
  Lines       99564    99564           
  Branches    15313    15313           
=======================================
  Hits        39277    39277           
  Misses      56806    56806           
  Partials     3481     3481           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@dcalhoun dcalhoun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing this. 🙇🏻‍♂️

These icons are better than an empty space. However, I can't help but note that all the existing icons are contained within a filled circle. Ideally we update this for consistency at some point.

WordPress/src/main/res/drawable/ic_social_bluesky.xml Fixed Show resolved Hide resolved
@nbradbury
Copy link
Contributor Author

nbradbury commented Nov 25, 2024

I can't help but note that all the existing icons are contained within a filled circle. Ideally we update this for consistency at some point.

I'm not sure we can. Nextdoor's brand guidelines state, "Nextdoor trademarks must be used as provided by Nextdoor with no modifications." Instagram is similar, "Anyone using Instagram’s assets should only use the logos and screenshots found on our Brand Resource Center site and follow these guidelines."

@dcalhoun
Copy link
Member

Nextdoor's brand guidelines state, "Nextdoor trademarks must be used as provided by Nextdoor with no modifications." Instagram is similar, "Anyone using Instagram’s assets should only use the logos and screenshots found on our Brand Resource Center site and follow these guidelines."

Sure. We could either ignore the guidelines or remove the existing modifications—i.e., the circles surrounding all other logos. I'd be fine with the latter.

Side note: I'm sure these companies' brand guidelines likely include information discouraging colorizing the logos, which we are doing based on each connection's status.

@nbradbury
Copy link
Contributor Author

Should we attempt to downsize this?

Good call. I reduced it to 64 x 64.

Copy link

sonarcloud bot commented Nov 25, 2024

@nbradbury nbradbury merged commit 0ceef78 into trunk Nov 25, 2024
23 checks passed
@nbradbury nbradbury deleted the issue/21490-missing-social-icons branch November 25, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing social icons
4 participants