Merge pull request #84 from duckietm/Dev

🆙 Cleanup Y Player
This commit is contained in:
DuckieTM
2026-04-10 11:56:18 +02:00
committed by GitHub
@@ -554,20 +554,6 @@ export const YouTubePlayerView: FC<{}> = () => {
📋 Quick share 📋 Quick share
</div> </div>
<div className="grid grid-cols-2 gap-2"> <div className="grid grid-cols-2 gap-2">
<button
onClick={() => {
if (videoId) {
navigator.clipboard.writeText(
`📺 https://youtube.com/watch?v=${videoId}`,
);
alert("Copied to clipboard!");
}
}}
disabled={!videoId}
className="px-3 py-2 bg-gray-700 rounded text-white text-sm disabled:opacity-50"
>
📋 Copy with emoji
</button>
<button <button
onClick={() => { onClick={() => {
if (videoId) { if (videoId) {