feat: QR code on printed shopping lists
Added the qrcode package (server-side data-URL generation, no client JS) rather than hand-rolling QR encoding. Only rendered when the list is public — a private list's /s/ link 404s for anyone who isn't the owner, so a QR code there would just be a dead scan. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
|
||||
|
||||
## 0.22.0 — 2026-07-13 22:49
|
||||
|
||||
### Added
|
||||
- **QR code on printed shopping lists**: a public list's printout now includes a scannable code linking back to the live version — pairs with public-editable links, so someone at the store can scan and check items off in real time.
|
||||
|
||||
## 0.21.0 — 2026-07-13 22:34
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user