Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update ui #7

Closed
wants to merge 60 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
5dfe40d
feat: update home page
beyond009 Mar 14, 2024
54ff4ea
chore: lingui extract
beyond009 Mar 14, 2024
898569b
chore: lint
beyond009 Mar 14, 2024
3107828
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 Mar 14, 2024
e447d15
fix: typo
beyond009 Mar 14, 2024
61ac040
chore: prettier
beyond009 Mar 14, 2024
12f3a9e
feat: update ui
beyond009 Apr 1, 2024
28dceb5
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 Apr 1, 2024
3e5bb85
feat: update stake input
beyond009 Apr 1, 2024
c368dd8
feat: update footer
beyond009 Apr 2, 2024
9fc1088
chore: prettier
beyond009 Apr 2, 2024
66b3c80
fix: connect
beyond009 Apr 7, 2024
8cf585d
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 Apr 7, 2024
06f250a
chore: prettier
beyond009 Apr 7, 2024
9beae9a
fix: update connect button
beyond009 Apr 7, 2024
f218071
feat: update profile info
beyond009 Apr 7, 2024
dc0bc44
fix: mobile nav
beyond009 Apr 7, 2024
680b8ab
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 Apr 8, 2024
f661737
chore: prettier
beyond009 Apr 8, 2024
adfb79b
fix: lint
beyond009 Apr 11, 2024
cab5e61
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 Apr 11, 2024
19b29d9
chore: prettier
beyond009 Apr 11, 2024
e5c1f3f
feat: update ui
beyond009 Apr 28, 2024
da27873
chore: lint
beyond009 Apr 28, 2024
d3bd1e5
feat: home page
beyond009 Apr 28, 2024
afd0153
chore: prettier
beyond009 Apr 28, 2024
b475f37
feat: update api
beyond009 Apr 29, 2024
9ad4fa2
feat: merge
beyond009 Apr 29, 2024
6fd6bb8
chore: prettier
beyond009 Apr 29, 2024
d3bc15e
feat: add claim
beyond009 Apr 30, 2024
e661db7
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 Apr 30, 2024
b843e01
chore: eslint
beyond009 Apr 30, 2024
ab07e90
feat: add claim reward
beyond009 May 5, 2024
3b715a9
chore: prettier
beyond009 May 5, 2024
3f8b387
fix: type
beyond009 May 5, 2024
8f399e8
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 May 5, 2024
e5431ea
chore: merge
beyond009 May 5, 2024
55de2ca
chore: prettier
beyond009 May 5, 2024
eb51749
fix: lint
beyond009 May 6, 2024
a9c2a50
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 May 6, 2024
aeb1012
fix: lock file
beyond009 May 6, 2024
c6a25e2
fix: spell
beyond009 May 6, 2024
264f44f
fix: spell
beyond009 May 6, 2024
a72152d
fix: spell
beyond009 May 6, 2024
f557231
fix: wallet icon
beyond009 May 6, 2024
c437841
chore: code review
beyond009 May 6, 2024
cc1bea1
chore: prettier
beyond009 May 6, 2024
dea667e
fix: eslint
beyond009 May 6, 2024
2d9dd7b
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 May 6, 2024
614baf0
chore: prettier
beyond009 May 6, 2024
cdd9cab
fix: time format
beyond009 May 8, 2024
b32ff3c
feat: update ranking list
beyond009 May 8, 2024
f90a262
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 May 8, 2024
1622411
chore: prettier
beyond009 May 8, 2024
a7205e5
fix: lint
beyond009 May 8, 2024
bdc4268
fix: input
beyond009 May 8, 2024
b9a7434
fix: merge
beyond009 May 8, 2024
bf4f07a
chore: prettier
beyond009 May 8, 2024
6f79ac1
fix: lint
beyond009 May 8, 2024
ed42371
Merge branch 'feat/home-page' of github.com:DimensionDev/stake.mask.i…
beyond009 May 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@
"rabby",
"rarible",
"rpid",
"simplehash"
"simplehash",
"leaderboard",
"poolinfo",
"Unstake",
"masknetwork",
"Makenna",
"Torff"
],
"flagWords": [],
"ignorePaths": [
Expand All @@ -114,7 +120,8 @@
".next/**",
"public/**",
"src/assets/**",
"src/locales/**"
"src/locales/**",
"src/abis/**"
],
"overrides": []
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,31 @@
"crowdin:sync:translations": "crowdin pull"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@lingui/core": "^4.5.0",
"@lingui/react": "^4.5.0",
"@masknet/kit": "^0.3.0",
"@mui/material": "^5.15.12",
"@rainbow-me/rainbowkit": "1.2.0",
"@servie/events": "^3.0.0",
"@tanstack/react-query": "^5.8.7",
"@tanstack/react-query-devtools": "^5.8.7",
"@tanstack/react-query-next-experimental": "^5.8.7",
"@vercel/blob": "^0.19.0",
"@vercel/kv": "^1.0.1",
"@wagmi/core": "^2.7.0",
"http-status-codes": "^2.3.0",
"lodash-es": "^4.17.21",
"next": "14.1.2",
"next-auth": "^4.24.6",
"next-scroll-restorer": "^0.6.14",
"notistack": "2.0.8",
"postcss": "^8.4.30",
"react": "^18",
"react-dom": "^18",
"react": "0.0.0-experimental-8039e6d0b-20231026",
"react-dom": "0.0.0-experimental-8039e6d0b-20231026",
"react-use": "^17.4.0",
"twitter-api-sdk": "^1.2.1",
"urlcat": "^3.1.0",
Expand Down
Loading
Loading