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

Status: Use chat bubbles for user- icons #1308

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

newhoa
Copy link
Collaborator

@newhoa newhoa commented Aug 28, 2024

I used the chat app style as the basis for this one. Hopefully this PR is okay as-is, but I'll add some notes and alternatives below. Let me know if anything needs changing. Thanks!


user-offline used an x emblem on the symbolic icon, so I stuck with that. I tried the "disabled" slash. I thought it was kind of hard to make the chat bubble out since the slash blocks the tail. I'll put it here in case you all would rather go with that, just let me know:

Current:
user-offline

Alternative:
user-offline-x


Possible issue, the 16px icons are 16px wide. I tried to do 14px wide, but it ended up either circular looking or the height needed to be reduced such that it just looked too small, especially for adding emblems inside. Personally I like the 16px one a lot more, but if 14px is needed or looks better let me know and I'll rework them.

Current (16px wide):
user-available

Alternatives (14px wide):
user-available-14px
user-available-14px-shorter


I did make icons for the non-FD.o ones before realizing they weren't needed. If anyone wants them:
16px:

user-typing
user-invisible
user-busy

24px:

user-typing
user-invisible
user-busy


Closes #1307

Replace the colored dot `user-` prefixed icons
with chat bubbles. This more closely follows the
FreeDesktop.org Icon Naming Spec which describes
them as chat icons. Remove non-FD.o `user-` icons.

Fixes issue where the fullcolor and
symbolic icons used different styles.

Closes elementary#1307

Note: Apps that used the dots as general status icons
      should now use the dots found in emblems folder.
      (e.g. use `emblem-disabled` instead of `user-offline`)
Copy link
Member

@danirabbit danirabbit left a comment

Choose a reason for hiding this comment

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

These look so good! I agree that the "x" on offline looks better than a slash here. Nice work!

@danirabbit danirabbit merged commit 323a8ed into elementary:main Aug 28, 2024
3 checks passed
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.

Status: user-* icon styles differ between fullcolor and symbolic
2 participants