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(dcelllar-web-ui): release mainnet #332

Merged
merged 35 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c272de2
feat(dcellar-web-ui): support walletConnect (#314)
devinxl Dec 21, 2023
cd65afb
fix(dcellar-web-ui): compatiable error when switching network by wall…
devinxl Dec 21, 2023
0e881c9
feat(dcellar-web-ui): list object policies with provide endpoint\
aiden-cao Dec 27, 2023
51ee6b6
Merge pull request #316 from node-real/feat/list-policy-endpoint
aiden-cao Dec 27, 2023
fdf5e28
feat(dcellar-web-ui): add share folder entry
aiden-cao Dec 29, 2023
6dbcca3
feat(dcellar-web-ui): add share folder ui
aiden-cao Dec 29, 2023
1bf5f56
feat(dcellar-web-ui): add share folder ui
aiden-cao Dec 29, 2023
162deeb
feat(dcellar-web-ui): fix share dropdown styles
aiden-cao Jan 2, 2024
d81a83c
feat(dcellar-web-ui): fix ts error
aiden-cao Jan 2, 2024
004793b
feat(dcellar-web-ui): fix folder share initial request
aiden-cao Jan 3, 2024
3af9004
feat(dcellar-web-ui): fix folder share initial request
aiden-cao Jan 3, 2024
df5eb35
Merge pull request #318 from node-real/feat/share-folder
aiden-cao Jan 4, 2024
071d8ee
feat(dcellar-web-ui): fix api cache
aiden-cao Jan 4, 2024
275458d
Merge pull request #321 from node-real/fix/api-cache
aiden-cao Jan 4, 2024
7ddce15
feat(dcellar-web-ui): remove cache header
aiden-cao Jan 5, 2024
5495f15
feat(dcellar-web-ui): remove useless option
aiden-cao Jan 5, 2024
6cc695d
Merge pull request #323 from node-real/fix/temp-remove-useless-option
aiden-cao Jan 5, 2024
a5c11f7
Merge pull request #322 from node-real/feat/remove-cache-header
aiden-cao Jan 11, 2024
b7c4997
feat(dcellar-web-ui): support download object at sealing (#310)
devinxl Jan 11, 2024
c6f5b0d
fix(dcellar-web-ui): fix Long.fromInt owerflow issue (#326)
devinxl Jan 11, 2024
3132033
feat(dcellar-web-ui): add max button to transfer module
devinxl Jan 11, 2024
487af13
Merge branch 'main' into feat/max-transfer/devin
devinxl Jan 11, 2024
fdd0636
fix(dcellar-web-ui): cal progress method (#329)
devinxl Jan 12, 2024
c1b9186
Merge branch 'main' into feat/max-transfer/devin
devinxl Jan 12, 2024
853843d
feat(dcellar-web-ui): add share bucket
aiden-cao Jan 15, 2024
e992186
feat(dcellar-web-ui): add toolbox
devinxl Jan 15, 2024
08fa968
fix(dcellar-web-ui): update greenfield-uploadkit link
devinxl Jan 16, 2024
25941c8
feat(dcellar-web-ui): fix owner status sharemode opts
aiden-cao Jan 17, 2024
aceeb9a
fix(dcellar-web-ui): cal max amount error
devinxl Jan 17, 2024
53a30c6
fix(dcellar-web-ui): subtract settlementFee when withdraw
devinxl Jan 17, 2024
4b6306c
Merge pull request #328 from node-real/feat/max-transfer/devin
aiden-cao Jan 18, 2024
f6d99f7
Merge branch 'main' into feat/share-bucket
aiden-cao Jan 18, 2024
8138d5d
Merge pull request #330 from node-real/feat/share-bucket
aiden-cao Jan 18, 2024
5605580
feat(dcellar-web-ui): enhance gas fee estimation for max feature on t…
devinxl Jan 18, 2024
a8c29fd
Merge remote-tracking branch 'origin/mainnet-main' into feat/sync-tes…
devinxl Jan 18, 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
6 changes: 3 additions & 3 deletions apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"ahooks": "3.7.7",
"hash-wasm": "4.10.0",
"@babel/core": "^7.20.12",
"@bnb-chain/greenfield-js-sdk": "1.0.6",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.23",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.30",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/bundle-analyzer": "^13.1.6",
Expand All @@ -42,7 +42,7 @@
"react-dom": "~18.2.0",
"react-hook-form": "^7.43.1",
"react-use": "^17.4.0",
"typescript": "5.0.4",
"typescript": "5.2.2",
"wagmi": "~1.4.10",
"@sentry/nextjs": "~7.86.0",
"@reduxjs/toolkit": "^1.9.5",
Expand Down
Loading