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:
martbost
2026-09-06 08:49:20 -05:00
parent 9e05711f4e
commit 1aab52ca90
15 changed files with 601 additions and 33 deletions
+1 -1
View File
@@ -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"}
}