Add donation banner with QR code popup

Footer with tagline, BTC address, and hover-triggered QR code
generated client-side via the qrcode library.
This commit is contained in:
satoshi
2026-05-27 14:23:22 +03:00
parent 83d70b2636
commit 916701a76f
3 changed files with 391 additions and 0 deletions
+3
View File
@@ -17,5 +17,8 @@
"svelte-check": "^4.0.0",
"typescript": "^5.6.0",
"vite": "^6.0.0"
},
"dependencies": {
"qrcode": "^1.5.4"
}
}