feat: User Avatar and Org Logo#10700
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
|
Thank you for following the naming conventions! 🙏 |
|
🤖 Meticulous spotted visual differences in 60 of 171 screens tested: view and approve differences detected. Last updated for commit 95a92c4. This comment will update as new commits are pushed. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Current Playwright Test Results Summary✅ 117 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/07/2023 02:21:43pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: 57aee32 Started: 09/07/2023 02:19:41pm UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
2.31% (7)7 / 303 runsfailed over last 7 days |
96.37% (292)292 / 303 runsflaked over last 7 days |
| size === "lg" ? "h-5 w-5" : "h-2 w-2" | ||
| )}> | ||
| <div className="flex h-full items-center justify-center p-[2px]"> | ||
| {size === "lg" && <Check />} |
There was a problem hiding this comment.
Where are we handling this now?
There was a problem hiding this comment.
This wasn't being used anywhere in the app so removed for now. #10788
| } | ||
|
|
||
| export function getUserOrgDomain(organization: RouterOutputs["viewer"]["me"]["organization"]): string { | ||
| const orgSlug = organization.slug ?? organization.metadata?.requestedSlug; |
There was a problem hiding this comment.
@hariombalhara would this satisfy this comment?
#10700 (comment)
|
|
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com> Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: alannnc <alannnc@gmail.com>

What does this PR do?
This PR adds the organization logo to the user user avatars where the "lg" size was used.
-User onboarding step

Fixes # (issue)
Requirement/Documentation
Type of change
How should this be tested?
Mandatory Tasks
Checklist