Skip to content

Commit

Permalink
Merge pull request #80 from dappforce/deploy/creator-staking
Browse files Browse the repository at this point in the history
Add creator staking page
  • Loading branch information
samchuk-vlad authored Oct 25, 2023
2 parents f3470b0 + 4cdb483 commit 4894f22
Show file tree
Hide file tree
Showing 205 changed files with 10,171 additions and 373 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"check": "yarn lint",
"lint": "tsc && eslint --cache 'src/**/*.{ts,tsx,js}' --fix",
"dev": "next -p 3003",
"build-tailwind-css:watch": "npx tailwindcss -i src/styles/tailwind.css -o public/tailwind.css --watch",
"analyze": "ANALYZE=true next build",
"build": "next build",
"start": "next start -p 3003"
Expand Down Expand Up @@ -42,8 +43,10 @@
"markdown-loader": "^5.1.0",
"next-compose-plugins": "^2.2.0",
"npm-watch": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"sass": "^1.54.4",
"styled-components": "^5.3.0",
"tailwindcss": "^3.3.3",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "4.9.5"
},
Expand All @@ -58,18 +61,22 @@
"@ant-design/charts": "^1.2.14",
"@ant-design/icons": "^4.6.2",
"@blazity/next-image-proxy": "^1.0.2",
"@floating-ui/react": "^0.25.1",
"@google/model-viewer": "^1.10.1",
"@headlessui/react": "^1.7.16",
"@polkadot/extension-dapp": "^0.40.3",
"@polkadot/react-identicon": "3.6.3",
"@polkawallet/bridge": "0.1.3",
"@reduxjs/toolkit": "^1.6.2",
"@subsocial/api": "0.8.13",
"@subsocial/grill-widget": "^0.0.12",
"@subsocial/grill-widget": "0.0.11",
"@subsocial/resource-discussions": "0.0.4",
"@subsocial/utils": "0.8.13",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "4.12.3",
"bignumber.js": "^9.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"css-loader": "^6.5.1",
Expand All @@ -85,12 +92,13 @@
"next-redux-wrapper": "^7.0.5",
"next-themes": "^0.0.14",
"nextjs-google-analytics": "^2.3.0",
"postcss": "^8.4.27",
"query-string": "^7.0.1",
"react": "18.2.0",
"react-device-detect": "^1.17.0",
"react-dom": "18.2.0",
"react-i18next": "^11.15.4",
"react-icons": "^4.2.0",
"react-icons": "4.10.1",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^4.0.6",
"react-qr-code": "^2.0.2",
Expand All @@ -102,6 +110,7 @@
"redux-saga": "^1.1.3",
"sharp": "^0.30.7",
"style-loader": "^3.3.1",
"tailwind-merge": "^1.14.0",
"url-loader": "^4.1.1",
"worker-loader": "^3.0.8",
"yup": "^0.32.9"
Expand Down
6 changes: 6 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
Binary file added public/images/banners/staking-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/images/creator-staking-user.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/creator-staking/choose-account.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions public/images/creator-staking/messenger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/images/creator-staking/warning.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 4894f22

Please sign in to comment.