Profile build-out (avatar + bio) + shareable bio page with QR
- Profile pane: avatar upload + bio, with a link to your public page - Wall becomes a bio page: avatar, bio, scannable join QR, line ladder, join CTA - qrcode npm dep; /api/qr renders SVG QR server-side (CSP-clean img) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@
|
||||
"main": "server.js",
|
||||
"scripts": {"start": "node server.js", "dev": "node --watch server.js"},
|
||||
"engines": {"node": ">=20"},
|
||||
"dependencies": {"mysql2": "^3.11.0"}
|
||||
"dependencies": {"mysql2": "^3.11.0", "qrcode": "^1.5.4"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user