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

New Design and Flow changes #40

Merged
merged 41 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
573e318
Fix design for desktop
hamidroohi92 Aug 1, 2024
9ca930a
fix(mobile style): fix mobile style
hamidroohi92 Aug 2, 2024
c3623ec
fix(socials): add social link to mobile style
hamidroohi92 Aug 2, 2024
cf5dca6
feat(fonts): add fonts to the repo
hamidroohi92 Aug 5, 2024
ff5550e
fix(header): fix header submenus
hamidroohi92 Aug 5, 2024
d72bafc
feat(modals): feat success and pending modal
hamidroohi92 Aug 5, 2024
e3b3df9
fix(deployment): config the project to export static
hamidroohi92 Aug 8, 2024
5d0061e
test build
fewensa Aug 8, 2024
7cfdac6
Merge branch 'main' into hidotmatrix/fix/newDesign
fewensa Aug 8, 2024
172e2d2
code clean
fewensa Aug 8, 2024
407cba8
fix(wallet connect): fix wallet connect UI
hamidroohi92 Aug 11, 2024
272e50c
fix(wallet): fix wallet connection and disconnection
hamidroohi92 Aug 13, 2024
58b193e
fix(header): fix account management button
hamidroohi92 Aug 13, 2024
f70f711
fix(chain selection): fix chain selection in header
hamidroohi92 Aug 13, 2024
53ed4c6
fix(chain selection): fix chain selection in app box
hamidroohi92 Aug 13, 2024
40efb63
update deply config (#42) (#43)
hackfisher Aug 13, 2024
134ac00
fix(chain selection): fix target chain selection
hamidroohi92 Aug 13, 2024
a384395
Merge branch 'hidotmatrix/fix/newDesign' of https://github.com/darwin…
hamidroohi92 Aug 13, 2024
6878667
fix(balance input): fix balance input
hamidroohi92 Aug 13, 2024
dd5bc20
fix(token selection): fix token selection
hamidroohi92 Aug 14, 2024
29ce510
fix(transfer input): fix sender and recipient address input)
hamidroohi92 Aug 14, 2024
e5ecb4a
fix(transfer function): add transfer function
hamidroohi92 Aug 14, 2024
563e398
fix(token mapping): fix new token mapping systme
hamidroohi92 Aug 16, 2024
1d2b9d9
fix(styles): fix styles and social links
hamidroohi92 Aug 19, 2024
8ae81e9
fix(mobile style): fix wallet modal style
hamidroohi92 Aug 19, 2024
b0512c6
fix(mobile style): fix menu items style
hamidroohi92 Aug 19, 2024
d88a489
fix(rainbow): fix rainbow modal problem
hamidroohi92 Aug 24, 2024
0ed0772
fix(hydrationerror): fix hydration error
hamidroohi92 Aug 24, 2024
617b468
fix(talisman): fix talisman wallet connection
hamidroohi92 Aug 24, 2024
09c7135
fix(switch netwrok): fix switch network process
hamidroohi92 Aug 24, 2024
085e842
fix(sender option): fix sender option input
hamidroohi92 Aug 24, 2024
d4127cd
fix(token balance): fix token balance show
hamidroohi92 Aug 24, 2024
5e02603
fix(switch chain): fix swicth chain when neccessary)
hamidroohi92 Aug 25, 2024
2ca1e0c
fix(send error): add send error
hamidroohi92 Aug 28, 2024
55751f6
fix(copy address): fix address copy button
hamidroohi92 Aug 28, 2024
5dcfbdc
fix(ring source): fix default RING token source chain
hamidroohi92 Aug 28, 2024
e290368
fix(other chains): add coming soon chain to the chain list
hamidroohi92 Aug 28, 2024
5c1daba
fix(app box): fix app box styles
hamidroohi92 Aug 29, 2024
6ed8755
fix(transaction): fix ring transfer to hydration
hamidroohi92 Aug 29, 2024
fbd45a5
fix(motions):add motions to modals
hamidroohi92 Aug 30, 2024
38d65d5
fix(wallet button): update wallet button style
hamidroohi92 Aug 31, 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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
dist_path: .
enable_notify_comment: true
enable_notify_slack: true
slack_channel: public-darwinia-websites-apps
slack_channel: public-ringdao-apps
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
script_run: false
dist_path: .
enable_notify_slack: true
slack_channel: public-darwinia-websites-apps
slack_channel: public-ringdao-apps
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

2 changes: 1 addition & 1 deletion .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
dist_path: .
enable_notify_comment: true
enable_notify_slack: true
slack_channel: public-darwinia-websites-apps
slack_channel: public-ringdao-apps
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

FROM node:21-alpine

COPY . /app

RUN yarn install && yarn build



2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
webpack: (config) => {
config.externals.push("lokijs", "encoding", "pino-pretty");
return config;
},
}
};

module.exports = nextConfig;
118 changes: 118 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@polkadot/api": "^12.3.1",
"@polkadot/react-identicon": "^3.6.3",
"@rainbow-me/rainbowkit": "^1.1.3",
"@react-spring/web": "^9.5.0",
"@talismn/connect-wallets": "^1.2.3",
"next": "13.5.4",
"react": "^18",
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions public/images/asset/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/icons/assethub-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/icons/copy-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/icons/darwinia-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/images/icons/disconnect-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/images/icons/downarrow-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading