Skip to content

Commit

Permalink
feat(dcelllar-web-ui): release mainnet (#332)
Browse files Browse the repository at this point in the history
* feat(dcellar-web-ui): support walletConnect (#314)

* feat(dcellar-web-ui): support walletConnect

* feat(dcellar-web-ui): update dashboard info on homepage

* feat(dcellar-web-ui): update walletConnect project id

* fix(dcellar-web-ui): compatiable cannot switch network by walletConnect

* fix(dcellar-web-ui): compatiable error when switching network by walletConnect (#315)

* feat(dcellar-web-ui): list object policies with provide endpoint\

* feat(dcellar-web-ui): add share folder entry

* feat(dcellar-web-ui): add share folder ui

* feat(dcellar-web-ui): add share folder ui

* feat(dcellar-web-ui): fix share dropdown styles

* feat(dcellar-web-ui): fix ts error

* feat(dcellar-web-ui): fix folder share initial request

* feat(dcellar-web-ui): fix folder share initial request

* feat(dcellar-web-ui): fix api cache

* feat(dcellar-web-ui): remove cache header

* feat(dcellar-web-ui): remove useless option

* feat(dcellar-web-ui): support download object at sealing (#310)

* chore(dcellar-web-ui): update pnpm-lock.yml

* feat(dcellar-web-ui): compatible with 429 when in sealing expiration time

* feat(dcellar-web-ui): support download object at sealing

* feat(dcellar-web-ui): add total count to billing history table & update sdk version

* feat(dcellar-web-ui): add tags function

* feat(dcellar-web-ui): support toSpliced function

* feat(dcellar-web-ui): add set tags function to bucket, group and folder operations

* fix(dcellar-web-ui): types error

* fix(dcellar-web-ui): tw cannot sign tx

* fix(dcellar-web-ui): the error msg when walletconnect reject sign

* fix(dcellar-web-ui): fix Long.fromInt owerflow issue (#326)

* feat(dcellar-web-ui): add max button to transfer module

* fix(dcellar-web-ui): cal progress method (#329)

* fix(dcellar-web-ui): cal progress method

* fix(dcellar-web-ui): update status when the upload connection is closed

* feat(dcellar-web-ui): add share bucket

* feat(dcellar-web-ui): add toolbox

* fix(dcellar-web-ui): update greenfield-uploadkit link

* feat(dcellar-web-ui): fix owner status sharemode opts

* fix(dcellar-web-ui): cal max amount error

* fix(dcellar-web-ui): subtract settlementFee when withdraw

* feat(dcellar-web-ui): enhance gas fee estimation for max feature on transferin with TW (#331)

---------

Co-authored-by: aidencao <[email protected]>
Co-authored-by: aiden-cao <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent 225a979 commit 5f29d8e
Show file tree
Hide file tree
Showing 86 changed files with 14,402 additions and 1,569 deletions.
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

0 comments on commit 5f29d8e

Please sign in to comment.