Add "Print Board" button to print all tasks 🖨️ · Issue #388 · anoopcodehack/DevBoard · GitHub
Skip to content

Add "Print Board" button to print all tasks 🖨️ #388

Description

@anoopcodehack

Add "Print Board" button to print all tasks 🖨️

File: client/src/pages/Dashboard.jsx

No way to get a physical copy of
your board for meetings 💀 fr!!

Fix: add print button in navbar:
const handlePrint = () => {
window.print()
}

// add print styles in index.css:
@media print {
.no-print { display: none !important; }
.board { display: block !important; }
.card { break-inside: avoid; }
}


🖨️ Print

~8 lines! Native browser print API ✅
No packages needed 🎯

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions