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/UI upgrade #196

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f9e3147
feat(dcellar-web-ui): upgrade sdk & fix types
aiden-cao Sep 14, 2023
9e82dbf
feat(dcellar-web-ui): fix share invalid signature
aiden-cao Sep 14, 2023
36a51fb
feat(dcellar-web-ui): add share member list
aiden-cao Sep 14, 2023
16ae2d1
Merge branch 'main' into feat/share-list
aiden-cao Sep 14, 2023
299d160
feat(dcellar-web-ui): upgrade sdk
aiden-cao Sep 14, 2023
c6debf5
feat(dcellar-web-ui): close modal without clear state
aiden-cao Sep 15, 2023
e68a21b
feat(dcellar-web-ui): add last quota update time
aiden-cao Sep 15, 2023
c01cf60
feat(dcellar-web-ui): fix query quota slow
aiden-cao Sep 15, 2023
453c9dd
feat(dcellar-web-ui): refactor nav menu
aiden-cao Sep 19, 2023
045d3eb
feat(dcellar-web-ui): refactor header
aiden-cao Sep 20, 2023
ee16c28
feat(dcellar-web-ui): refactor bucket list style
aiden-cao Sep 20, 2023
2423a7a
feat(dcellar-web-ui): refactor accounts groups list style
aiden-cao Sep 20, 2023
cfaa8fe
feat(dcellar-web-ui): refactor replace table list icons
aiden-cao Sep 21, 2023
bfe5ffe
feat(dcellar-web-ui): refactor menu list
aiden-cao Sep 24, 2023
24661c1
feat(dcellar-web-ui): refactor add bucket operations drawer
aiden-cao Sep 24, 2023
9ef1112
feat(dcellar-web-ui): refactor account group list drawer
aiden-cao Sep 24, 2023
e74a51b
feat(dcellar-web-ui): refactor modal drawer styles
aiden-cao Sep 26, 2023
0d6ccd6
feat(dcellar-web-ui): refactor no ower view
aiden-cao Sep 27, 2023
433936b
feat(dcellar-web-ui): fix group member expired date
aiden-cao Sep 19, 2023
0cd7ecf
feat(dcellar-web-ui): add mainnet CICD (#194)
devinxl Sep 21, 2023
76bb6be
Merge branch 'main' into feat/ui-upgrade
aiden-cao Sep 27, 2023
f3b4ef0
feat(dcellar-web-ui): fix icon color
aiden-cao Sep 28, 2023
ab4f92c
feat(dcellar-web-ui): fix new account bucket empty
aiden-cao Sep 28, 2023
38b3ff5
feat(dcellar-web-ui): fix payment accounts error empty
aiden-cao Sep 28, 2023
aac8b13
feat(dcellar-web-ui): fix style issues
aiden-cao Sep 28, 2023
2683767
feat(dcellar-web-ui): fix icon font cache
aiden-cao Sep 28, 2023
e67bf69
feat(dcellar-web-ui): fix icon font flash ?
aiden-cao Sep 28, 2023
66e3d71
fix(dcellar-web-ui): fix create temp account gas fee error & compatia…
devinxl Oct 7, 2023
c85c6c5
feat(dcellar-web-ui): fix quota update
aiden-cao Oct 7, 2023
ec4f60c
Merge remote-tracking branch 'origin/main' into feat/ui-upgrade
aiden-cao Oct 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion apps/dcellar-web-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const nextConfig = {
headers: async () => [
{
// cache public folder assets (default max-age: 0).
source: `${assetPrefix}/:public(fonts|images|wasm|zk-crypto)/:path*`,
source: `${assetPrefix}/:public(fonts|images|wasm|zk-crypto|js)/:path*`,
locale: false,
headers: [
{
Expand Down Expand Up @@ -87,6 +87,9 @@ const nextConfig = {
experimental: {
instrumentationHook: true,
},
compiler: {
emotion: true,
},
};

module.exports = withSentryConfig(withBundleAnalyzer(nextConfig), sentryWebpackPluginOptions);
7 changes: 3 additions & 4 deletions apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"type-check": "tsc"
},
"dependencies": {
"classnames": "^2.3.2",
"apollo-node-client": "1.4.3",
"antd": "5.6.3",
"ahooks": "3.7.7",
Expand All @@ -23,10 +24,8 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/bundle-analyzer": "^13.1.6",
"@tanstack/react-table": "^8.7.9",
"@tanstack/react-virtual": "3.0.0-alpha.0",
"@totejs/icons": "^2.10.0",
"@totejs/uikit": "~2.50.2",
"@totejs/icons": "^2.17.0",
"@totejs/uikit": "2.52.4",
"axios": "^1.3.2",
"axios-retry": "^3.4.0",
"bignumber.js": "^9.1.1",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 0 additions & 24 deletions apps/dcellar-web-ui/public/fonts/index.css

This file was deleted.

58 changes: 0 additions & 58 deletions apps/dcellar-web-ui/public/images/accounts/disable-account.svg

This file was deleted.

Loading