fix: network artists fetch missed on initial load due to auth race (#975)
auth.isAuthenticated starts false and resolves asynchronously via
/auth/me. The onMount check evaluated it before it was true, so the
fetch was skipped entirely on first page load. Use a $effect to
reactively trigger the fetch when auth resolves.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
authored by
zzstoatzz.io