Skip to content

Commit

Permalink
Privacy is normal space (sismo-core#46)
Browse files Browse the repository at this point in the history
* Add landing (sismo-core#34)

* fix: add landing

* fix: add home metadata

* fix: add image import

* fix: remove margin-bottom footer

* feat: add envs in app config (sismo-core#36)

* fix: add waitlist button (sismo-core#37)

* fix: getSpaces on prod

* feat: add new config privacyisnormalspace (sismo-core#38)

* feat: add new config privacyisnormalspace

* feat: add tornado group & twitterfield

* fix: config

* fix: update gitcoin value

* fix: add only contributor

* fix: update test apps

* fix: getSismoSpaces

* fix: remove twitter

* fix: update config privacy is normal

---------

Co-authored-by: Dev <[email protected]>

* feat: add progress bar availability component (sismo-core#39)

* fix: remove user selection

* fix: update tornado groupId (sismo-core#42)

* fix: update groupId tornado (sismo-core#44)

* fix: update groupId tornado

* fix: add hidden

* fix: remove censorship

* fix: add images (sismo-core#45)

* feat: add timer (sismo-core#41)

* feat: add timer

* fix: conflict

* feat: display local time

* fix: remove timer on lottery

* fix: update start date

* fix: add progress on print

* fix: update sismo connect packages

* fix: update purple hearts

---------

Co-authored-by: ZKentin <[email protected]>
Co-authored-by: Benjamin A <[email protected]>
  • Loading branch information
3 people authored May 17, 2023
1 parent 22a55c4 commit a6860b5
Show file tree
Hide file tree
Showing 57 changed files with 1,425 additions and 210 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ yarn-error.log*
next-env.d.ts

.yarn
.yarn.lock
11 changes: 1 addition & 10 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@ const nextConfig = {
sassOptions: {
additionalData: `@use "styles/color" as color; @use "styles/mixin" as mixin;`,
includePaths: [path.join(__dirname, 'src')],
},
async redirects() {
return [
{
source: '/',
destination: process.env.REDIRECTION,
permanent: true,
},
];
},
}
}

module.exports = nextConfig
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.1",
"@sismo-core/sismo-connect-react": "^0.0.11",
"@sismo-core/sismo-connect-react": "^0.0.13",
"@sismo-core/sismo-connect-server": "^0.0.10",
"@types/luxon": "^3.3.0",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
Expand Down
18 changes: 18 additions & 0 deletions public/HomeHero/background-bottom-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a6860b5

Please sign in to comment.