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:
parent
cc1e670202
commit
641fc393a7
2 changed files with 26 additions and 8 deletions
|
|
@ -382,6 +382,7 @@ export default function Feed({
|
|||
startAt={activeVideo.startAt}
|
||||
onClose={() => setActiveVideo(null)}
|
||||
onState={onState}
|
||||
onOpenChannel={onOpenChannel}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue