Skip to content

Fix avatar loading, increase header icon sizes, enlarge mobile toggles, and fix lint warnings#119

Merged
markmur merged 2 commits into
mainfrom
claude/fix-bugs-DxUVP
Apr 12, 2026
Merged

Fix avatar loading, increase header icon sizes, enlarge mobile toggles, and fix lint warnings#119
markmur merged 2 commits into
mainfrom
claude/fix-bugs-DxUVP

Conversation

@markmur

@markmur markmur commented Apr 12, 2026

Copy link
Copy Markdown
Owner
  • Avatar: remove lazy loading, add onError fallback to show initials when image fails
  • Avatar: increase size from 28px to 34px for better mobile tap targets
  • Burger menu icon: increase from 22px to 28px
  • Settings toggles: increase from 20x36px to 32x56px on mobile (unchanged on desktop)
  • Task.tsx: move ref access from render to useEffect to fix react-hooks/refs warnings

…s, and fix lint warnings

- Avatar: remove lazy loading, add onError fallback to show initials when image fails
- Avatar: increase size from 28px to 34px for better mobile tap targets
- Burger menu icon: increase from 22px to 28px
- Settings toggles: increase from 20x36px to 32x56px on mobile (unchanged on desktop)
- Task.tsx: move ref access from render to useEffect to fix react-hooks/refs warnings

https://claude.ai/code/session_01XMuq2741T8CgrixNqN7hwK
@netlify

netlify Bot commented Apr 12, 2026

Copy link
Copy Markdown

Deploy Preview for what-todo-web ready!

Name Link
🔨 Latest commit 1ea7519
🔍 Latest deploy log https://app.netlify.com/projects/what-todo-web/deploys/69db5a77e723eb0009ad8b8c
😎 Deploy Preview https://deploy-preview-119--what-todo-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

The avatarError state already triggers React to re-render with the initials
fallback — no need to imperatively hide the img element first.

https://claude.ai/code/session_01XMuq2741T8CgrixNqN7hwK
@markmur markmur enabled auto-merge (squash) April 12, 2026 08:41
@markmur markmur merged commit a622295 into main Apr 12, 2026
8 checks passed
@markmur markmur deleted the claude/fix-bugs-DxUVP branch April 12, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants