Skip to content

wip #202

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

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft

wip #202

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
77d9eff
wip
0xferit May 30, 2025
d67e8be
fix(disputeDetails): big number subtraction bug
0xferit May 31, 2025
57153cf
fix(ongoingCard): convert the conditional to a boolean to avoid leake…
0xferit May 31, 2025
8b17436
refactor(disputeDetails): defensive coding for currentRuling parsing
0xferit May 31, 2025
85878b7
for debug
0xferit May 31, 2025
b76c57f
fix(disputeDetails): appeal calculations
0xferit May 31, 2025
3dac240
fix(crowdfundingCard): fund button number error
0xferit May 31, 2025
0b0c99b
fix(disputeDetails): won by default
0xferit May 31, 2025
4bd2651
debug log
0xferit May 31, 2025
0868fe3
more debug
0xferit May 31, 2025
39682aa
more debug
0xferit May 31, 2025
f304917
fix
0xferit May 31, 2025
fa344b3
fix fund button
0xferit May 31, 2025
83b7a84
fix fund button
0xferit May 31, 2025
0fa3a5d
handle fund button click
0xferit May 31, 2025
9d4d913
refactor: remove bignumber.js dependency
0xferit Jun 2, 2025
5e9970f
fix: type of return value
0xferit Jun 2, 2025
d40280e
fix: type error
0xferit Jun 2, 2025
3b4f798
fix
0xferit Jun 2, 2025
eb51ecb
fix: value precision
0xferit Jun 2, 2025
b3bbad1
feat: add chainId to route urls
0xferit Jun 3, 2025
63fc0c9
feat: sync url and app provider chainId
0xferit Jun 4, 2025
1107e5f
fix: add page reload on network change
0xferit Jun 4, 2025
4e3c8f4
fix: contribution event filtering
0xferit Jun 5, 2025
1724079
fix: formatted value of contribution amount to be raised
0xferit Jun 6, 2025
735e60b
fix: formatted value to withdraw
0xferit Jun 6, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"IDRv1": "npm:@kleros/dispute-resolver-interface-contract@1.0.2",
"IDRv2": "npm:@kleros/dispute-resolver-interface-contract@8.0.0",
"antd": "^4.16.13",
"bignumber.js": "^9.0.0",
"bootstrap": "^4.5.3",
"ethers": "^6.14.1",
"iframe-resizer-react": "^1.1.0",
"is-image": "^3.0.0",
"is-text-path": "^2.0.0",
Expand All @@ -35,8 +35,7 @@
"react-router-dom": "^5.0.1",
"react-scripts": "4.0.0",
"sass": "^1.77.5",
"styled-components": "^5.2.1",
"web3": "^1.7.0"
"styled-components": "^5.2.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading