feat(player): channel name opens the in-app channel page

The PlayerModal channel name now opens our channel page (closing the player first); a
small external-link icon beside it keeps the open-on-YouTube behaviour. Threaded
onOpenChannel from Feed into both PlayerModal mounts.
This commit is contained in:
npeter83 2026-06-30 03:12:44 +02:00
parent cc1e670202
commit 641fc393a7
2 changed files with 26 additions and 8 deletions

View file

@ -382,6 +382,7 @@ export default function Feed({
startAt={activeVideo.startAt}
onClose={() => setActiveVideo(null)}
onState={onState}
onOpenChannel={onOpenChannel}
/>
)}
</div>