feat: add profile popover on gallery card author hover
Show a Bluesky-style profile card on hover of author avatar/name in
gallery cards. Lazy-loads profile data with a 300ms delay to avoid
unnecessary fetches. Shows avatar, display name, handle, follow status,
stats, bio, and known followers. Hidden on mobile where tap-through
to the profile page is sufficient.
Also fixes three pre-existing type errors: regenerate hatk types to
include labels on StoryView, add missing parseTextToFacets import,
and remove invalid $type from bsky post record.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>