c12f5336f5
In multi-user instances /api/me is async and usually hasn't returned by the time onMount runs, leaving isOwner=false. Subscribe to the bincio:me event (fired by Base.astro when /api/me resolves) so the reactive TABS filter re-evaluates and Explore / Nerd Corner appear without needing Cmd+Shift+R.