-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[$1000] Update Concierge icon #12264
Comments
Auto-assign attempt failed, all eligible assignees are OOO. |
For completeness, we would like to show this new icon for Concierge only in NewDot and leave the current Concierge avatar in other platforms. |
@shawnborton could you link/post the svg format of the new concierge icon? |
Can do! Is it better to have it with or without the roundedness? |
Hmmm with roundedness for now, I think! That might change with the broader default icon application though 🤔 |
Actually, @shawnborton I think I can just use the one you sent earlier if that's fine by you. We'd need to add it to web-static |
And then for implementation, I think it's fairly simple. For now, we'd just make a new const if (login == CONST.EMAIL.CONCIERGE) {
personalDetail.avatar = CONCIERGE_ICON_URL
} That way we'll only update the avatar in NewDot. Once we consolidate the icons between oldDot and newDot we can remove that code and simply update the avatar stored in concierge@expensify.com's |
Let's use an .svg instead to it retains the crisp quality we want. Here you go: |
(I uploaded a new version above to fix the weird star |
Nice solution! |
Wow, nice progress on this in such a short amount of time @NikkiWines. This is super exciting! |
Thanks everyone 😊 @shawnborton did we want to also update the Help Site or shall we leave that concierge icon as is? |
Also, it looks like we're unable to render svgs for iOS and Android apps (works fine on web, desktop, and mweb) so we'll need to use the png version of the icon. Is the one from this comment ok? |
We use a lot of svgs for both iOS and Android. All of our one-color icons are svgs, as well as things like room icons and default profile pictures. |
As for the help site, let's leave that alone for now and tackle that one separate from these NewDot updates. |
Out of curiosity, why not update the Concierge icon on the help site as well? |
Only reason I ask is that this new help site is exclusively focused on NewDot, where we're updating Concierge. |
Ah good point, is the help site baked into the App repo? |
Yes |
Sorry, I was unclear here. There are two problems with svgs. For the ios app and android app specifically there's a problem using svgs from a remote resource (like cloudfront, if we pull the icon from https://d2k5nsl2zxldvw.cloudfront.net/images/icons/concierge_2022.svg). If we change that to an png, it works across all platforms. If we keep the image local to the Screen.Recording.2022-11-03.at.15.46.05.movThough, this same issue exists for the fallback avatars, so maybe it's ok? Screen.Recording.2022-11-03.at.16.01.20.mov |
Oh wow, do you know why we can't show the full svg image in the attachment modal? Maybe that's a separate problem we can fix? |
I believe it's a limitation of react native, we might be able to get around it by using As an aside, the current icon we're using for concierge is also a png. |
Circling back on the SVG convo above, we're going to work on that on in #12658. |
@JmillsExpensify @NikkiWines Can anyone of you help me the Upwork payment here? It's hit production and completed the 7 days regression period. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Job added to Upwork: https://www.upwork.com/jobs/~0115bd027f7f77fe7b |
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.
Sure thing. Upwork job is immediately above. |
📣 @mananjadhav You have been assigned to this job by @JmillsExpensify! |
@NikkiWines Not sure why this wasn't closed but I'm going to do so once @mananjadhav is paid out. Cool? |
Yeah not sure why it didn't close, since #12425 references this issue. But yes that sounds good 👍 |
Also weird that this issue suddenly showed up here... |
Hmm, yeah that's super odd. |
Also invitation sent for @mananjadhav. I suspect he'll accept shortly and we can close this out. |
Accepted @JmillsExpensify |
Thanks, I just sent you the offer. Accept there and I'll pay you out now. |
Alright, all paid out! Thanks ya'll, I'm closing this one. |
Note: This issue is part of the greater Implement Our New Branding in NewDot project.
What is it:
Replace the Concierge bell icon with a new icon
Does it require a mini design doc:
No
Design finished:
Maybe?
cc @GabiHExpensify
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: