-
Notifications
You must be signed in to change notification settings - Fork 620
Replace Avatar placeholders with Avatar components in teams and account layout #4803
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
Replace Avatar placeholders with Avatar components in teams and account layout #4803
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4803 +/- ##
==========================================
- Coverage 49.13% 47.66% -1.48%
==========================================
Files 1051 1051
Lines 56714 56714
Branches 3892 3892
==========================================
- Hits 27868 27032 -836
- Misses 28213 28995 +782
- Partials 633 687 +54
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
6b0d04e to
a323398
Compare
e826645 to
47bbd5c
Compare
a323398 to
b3b4b0b
Compare
47bbd5c to
9c194f8
Compare
9c194f8 to
80de57b
Compare
apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/SettingsLayout.tsx
Show resolved
Hide resolved
apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/layout.tsx
Outdated
Show resolved
Hide resolved
jnsdls
left a comment
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.
just update the get team by slug thing
apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/layout.tsx
Outdated
Show resolved
Hide resolved
2ca6b52 to
0ada3e8
Compare
Merge activity
|
…nt layout (#4803) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating the account handling in various components to use an `account` object instead of separate email fields, and introduces new avatar components for enhanced visual representation of users and projects. ### Detailed summary - Replaced `email` with `account` in multiple components. - Introduced `GradientAvatar` and `ProjectAvatar` components for displaying user and project images. - Updated story files to showcase new avatar components. - Added placeholder comments for future image integration. - Adjusted layout and styling for better alignment with new account structure. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
0ada3e8 to
09b1c28
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on enhancing the user interface by integrating account and team images through the
GradientAvatarandProjectAvatarcomponents. It also refines data handling for account information across various components.Detailed summary
GradientAvatarandProjectAvatarfor rendering user and project images.