-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add configs for polygon * Point to polygon contracts * Add now config * Do not hard code 1 gwei * hardcode polygon * Update README * Parse ipfs avatar * Fix overlay bug on mobile * Wait calling participant list until logged in * Fix z-index on mobile dropdown and onboard popup * Fix POAP checkin * Fix deploy command * Add default snapshot image * Fix error of not showing votes with multiple choices * Updata onboardjs and change walletconnect setting (#420) * Bump version to 1.2.0
- Loading branch information
Showing
21 changed files
with
1,777 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"version": 2, | ||
"scope": "wearekickback", | ||
"builds": [ | ||
{ "src": "build/**", "use": "@now/static" }, | ||
{ "src": "api/**", "use": "@now/node" } | ||
], | ||
"routes": [ | ||
{ "src": "/", "dest": "build/index.html" }, | ||
{ "src": "/gettingstarted", "dest": "build/index.html" }, | ||
{ "src": "/faq", "dest": "build/index.html" }, | ||
{ "src": "/team", "dest": "build/index.html" }, | ||
{ "src": "/terms", "dest": "build/index.html" }, | ||
{ "src": "/privacy", "dest": "build/index.html" }, | ||
{ "src": "/pricing", "dest": "build/index.html" }, | ||
{ "src": "/create/?", "dest": "build/index.html" }, | ||
{ "src": "/deploy/?", "dest": "build/index.html" }, | ||
{ "src": "/events/?", "dest": "build/index.html" }, | ||
{ "src": "/event/.+", "dest": "api/event.js" }, | ||
{ "src": "/user/.+", "dest": "build/index.html" }, | ||
{ | ||
"src": "/service-worker.js", | ||
"dest": "build/service-worker.js", | ||
"headers": { "cache-control": "no-cache" } | ||
}, | ||
{ "src": "/(.+)", "dest": "build/$1" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v10.18.1 | ||
v14.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.