WIP PWA for Grain
0
fork

Configure Feed

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

feat: use skeleton loader for profile page

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

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

+2 -1
+2 -1
src/components/pages/grain-profile.js
··· 6 6 import '../organisms/grain-gallery-grid.js'; 7 7 import '../molecules/grain-pull-to-refresh.js'; 8 8 import '../molecules/grain-avatar-crop.js'; 9 + import '../molecules/grain-profile-header-skeleton.js'; 9 10 import '../atoms/grain-spinner.js'; 10 11 import '../organisms/grain-action-dialog.js'; 11 12 ··· 168 169 ?refreshing=${this._refreshing} 169 170 @refresh=${this.#handleRefresh} 170 171 > 171 - ${this._loading ? html`<grain-spinner></grain-spinner>` : ''} 172 + ${this._loading ? html`<grain-profile-header-skeleton></grain-profile-header-skeleton>` : ''} 172 173 173 174 ${this._error ? html` 174 175 <p class="error">${this._error}</p>