Skip to content

Add "Share Board" button to copy board URL 🔗 #331

Description

@anoopcodehack

Add "Share Board" button to copy board URL 🔗

File: client/src/pages/Dashboard.jsx

No way to quickly share the board
link with teammates 💀 fr!!

Fix: add share button in navbar:
const handleShare = () => {
navigator.clipboard.writeText(window.location.href)
setShared(true)
setTimeout(() => setShared(false), 2000)
}


{shared ? '✅ Copied!' : '🔗 Share'}

~8 lines! No backend needed 🎯
super useful for teams!! 🔥

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions