-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Update Avatar Patterns for LHN #20512
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6bc4f8c
initial commit - remove text pill, remove old room icons, use workspa…
grgia fbae916
Add getWorkspaceIcon()
grgia 55e4f06
update all LHN icons
grgia d8c282f
use function for domain name
grgia 108e25b
prettier
grgia 723cc5e
Merge branch 'main' into georgia-updateAvatars
grgia 2aa3d69
Merge branch 'main' into georgia-updateAvatars
grgia d21a541
remove extra []
grgia daa7b86
Merge branch 'main' into georgia-updateAvatars
grgia 979295b
Fixes failing Jest Test.
grgia c583769
Make Expense Report Icon 32x32
grgia adafe55
Pass correct size to search bar as well
grgia 9257817
Merge branch 'main' into georgia-updateAvatars
grgia 248501b
Merge branch 'main' into georgia-updateAvatars
grgia c16c9fe
Rename midSmallNormal to SmallNormal (avatar size)
grgia e5053e4
Merge branch 'main' into georgia-updateAvatars
grgia d432973
Merge branch 'main' into georgia-updateAvatars
grgia 3447f78
use accountID instead of email
grgia 855ac33
Merge branch 'main' into georgia-updateAvatars
grgia 6b68f1f
Merge branch 'main' into georgia-updateAvatars
grgia 30cf0ed
fix expenseRequests avatars
grgia 8b7aa13
prettier
grgia b3d58b3
Merge branch 'main' into georgia-updateAvatars
grgia b4da163
use SVG concierge icon
grgia 31d32ae
remove concierge check since we check for this in userUtils.getAvatar()
grgia fba346d
First pass of fixing tooltips
grgia 29160af
Merge branch 'main' into georgia-updateAvatars
grgia a50bf3e
pass in icon to UserDetailsTooltip
grgia 02912b4
prettier
grgia 6be06e8
Merge branch 'main' into georgia-updateAvatars
grgia 307ee99
default id to -1
grgia f092af1
Some ids are stored as strings and others as numbers
grgia 14eedaa
id is number
grgia 2768970
use int for oldestFourAccountIDs being used for icons
grgia 383bc5f
prettier
grgia fbf0fb0
Merge branch 'main' into georgia-updateAvatars
grgia 39da410
Merge branch 'main' into georgia-updateAvatars
grgia f0c59e3
Merge branch 'main' into georgia-updateAvatars
grgia cf1d00d
use displayName
grgia 3e238bb
use displayName everywhere and update comment
grgia dd0c769
default null id to -1
grgia b31d69a
Add task icon support for DM tasks and Workspace Tasks
grgia b10c3d5
prettier
grgia 4c874fe
Merge branch 'main' into georgia-updateAvatars
grgia 992b6bb
Fix expenseRequest avatar after merge
grgia f8de096
Fix console error
grgia 8398156
prettier
grgia 3776931
Merge branch 'main' into georgia-updateAvatars
grgia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We agreed to disable tooltip for all subscript avatars at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it was refactored to use UserDetailsTooltip, see
SubscriptAvatar.js