app: Add modals and begin implementing donations

This patch adds a mechanism to open a modal, and roughs out a donation
flow using the 'braintree' payments provider.
This commit is contained in:
rektdeckard
2021-06-20 20:04:40 -04:00
parent a885931831
commit 8a7921d082
12 changed files with 568 additions and 17 deletions

View File

@@ -21,6 +21,10 @@
"repository": "github:phosphor-icons/phosphor-home",
"private": true,
"dependencies": {
"@types/braintree-web": "^3.75.3",
"@types/braintree-web-drop-in": "^1.22.3",
"braintree-web": "^3.78.2",
"braintree-web-drop-in": "^1.30.1",
"file-saver": "^2.0.2",
"framer-motion": "^3.10.0",
"fuse.js": "^6.4.1",