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

Batch creation #1629

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft
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
0be29ab
setup cart logic
GrandSchtroumpf Jan 10, 2025
dd56466
improve cart interaction
GrandSchtroumpf Jan 10, 2025
eedc129
setup batcher contract
GrandSchtroumpf Jan 10, 2025
cb61218
update edit button
GrandSchtroumpf Jan 13, 2025
79c25eb
add confirm modal
GrandSchtroumpf Jan 13, 2025
9d3e1ca
add strategy card warning & error
GrandSchtroumpf Jan 13, 2025
bd2d0bd
add approval
GrandSchtroumpf Jan 13, 2025
427c7fe
remove edit strategy from batch
GrandSchtroumpf Jan 13, 2025
912f16b
rename icon
GrandSchtroumpf Jan 13, 2025
08e4763
Change icon
GrandSchtroumpf Jan 13, 2025
0df52e2
Merge remote-tracking branch 'origin/main' into issue-#1560
GrandSchtroumpf Jan 13, 2025
81753ab
empty busget should be a warning
GrandSchtroumpf Jan 13, 2025
0049932
fix typo
GrandSchtroumpf Jan 13, 2025
4e9f38c
add batchCreateBuySellStrategies
GrandSchtroumpf Jan 14, 2025
594a363
reorganise add to cart
GrandSchtroumpf Jan 14, 2025
67e7df7
do not display cart if there is no batcher
GrandSchtroumpf Jan 14, 2025
2caaa35
request changes
GrandSchtroumpf Jan 14, 2025
4c19f43
Use on cart per user
GrandSchtroumpf Jan 14, 2025
e6a910e
change cta in approval
GrandSchtroumpf Jan 14, 2025
9194502
add border
GrandSchtroumpf Jan 15, 2025
988af4d
add page indicator
GrandSchtroumpf Jan 15, 2025
fdc76d9
remove modal
GrandSchtroumpf Jan 15, 2025
28f922c
add confirmation text & notification
GrandSchtroumpf Jan 15, 2025
95f4967
request changes
GrandSchtroumpf Jan 15, 2025
3f361f0
request changes
GrandSchtroumpf Jan 17, 2025
9855825
edit with creation flow
GrandSchtroumpf Jan 17, 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@babel/core": "^7.0.0-0",
"@bancor/carbon-sdk": "0.0.103-DEV",
"@bancor/carbon-sdk": "0.0.104-TEST",
"@cloudflare/workers-types": "^4.20230717.0",
"@ethersproject/abi": "^5.0.0",
"@ethersproject/bytes": "^5.0.0",
Expand Down
Loading
Loading