WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: pass handle to profile stats for navigation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1
+1
src/components/organisms/grain-profile-header.js
··· 158 158 </div> 159 159 ${displayName ? html`<div class="name">${displayName}</div>` : ''} 160 160 <grain-profile-stats 161 + handle=${handle} 161 162 galleryCount=${galleryCount || 0} 162 163 followerCount=${followerCount || 0} 163 164 followingCount=${followingCount || 0}