Commit 2b2f3d5
authored
Fix signup default avatar artifact (#14480)
## Summary
- Use the newer empty profile image for the signup account header
fallback.
- Remove the centered decorative camera button from the empty signup
avatar so the default image renders cleanly without the square-looking
artifact.
- Rebase onto current main and fix the web-player import ordering lint
failure surfaced by CI.
## Testing
- `git diff --check`
- `NODE_PATH=/Users/ray/Documents/audius/apps/node_modules
/usr/local/bin/node
/Users/ray/Documents/audius/apps/node_modules/prettier/bin/prettier.cjs
--check packages/web/src/pages/sign-up-page/components/AccountHeader.tsx
packages/web/src/app/web-player/WebPlayer.tsx`
- CI: Web Lint & Stylelint passed
- CI: Web Tests passed
- CI: Web Typecheck passed
- CI: Web Build passed
Note: package-local scripts still are not runnable from this worktree
because it has no local `node_modules`, `npm`, or `corepack`.1 parent 0f000be commit 2b2f3d5
2 files changed
Lines changed: 5 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 4 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 65 | + | |
78 | 66 | | |
79 | 67 | | |
80 | 68 | | |
| |||
104 | 92 | | |
105 | 93 | | |
106 | 94 | | |
107 | | - | |
| 95 | + | |
| 96 | + | |
108 | 97 | | |
109 | 98 | | |
110 | 99 | | |
| |||
0 commit comments