WIP PWA for Grain
0
fork

Configure Feed

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

fix: scroll to top on navigation

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

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

+3
+3
src/router.js
··· 76 76 77 77 this.#outlet.innerHTML = ''; 78 78 this.#outlet.appendChild(el); 79 + 80 + // Scroll to top on navigation 81 + window.scrollTo(0, 0); 79 82 } 80 83 } 81 84