feat: implement US-1 - add print button to MonthCard with i18n support

- Add PrintButton component with card styling matching AddLocationButton
- Integrate print button next to "Add a new realestate" with centered layout
- Add English/Croatian translations for print tooltips and labels
- Implement click handler to open print preview in new tab
- Create Sprint Playbook for barcode print functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-14 09:08:40 +02:00
parent d8c3ad7228
commit ecea10e805
5 changed files with 239 additions and 3 deletions

View File

@@ -58,7 +58,9 @@
"link-copy-message": "Link copied to clipboard"
},
"month-card": {
"payed-total-label": "Total monthly expenditure:"
"payed-total-label": "Total monthly expenditure:",
"print-codes-tooltip": "Print 2D codes",
"print-codes-label": "Print codes"
}
},
"bill-delete-form": {