Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Migrate Cart i1 to Cart i2 #4973

Merged
merged 31 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8ff9da2
move empty cart
senadir Oct 19, 2021
9dc4b0e
remove Cart and rename Cart i2 to Cart
senadir Oct 19, 2021
3fa7a00
graduate blocks
senadir Oct 19, 2021
d2e4de6
setup template migration from Cart i1 to Cart i2
senadir Oct 20, 2021
6ffb8d2
back to js so we have a good diff
senadir Oct 20, 2021
81779fd
add migration
senadir Oct 20, 2021
1e6eca0
fix bug in empty cart template
senadir Oct 20, 2021
60ec584
add useForceLayout hook to edit
senadir Oct 20, 2021
ef97821
migrate from old block to new block
senadir Oct 20, 2021
5ce90e1
migrate styles
senadir Oct 20, 2021
b842cca
respect align
senadir Oct 20, 2021
482a3aa
add tests
senadir Oct 20, 2021
8ae6a6c
Include latest cart line item improvements from cart-i1
mikejolley Oct 21, 2021
36adeee
Missing changes from cart-i1
mikejolley Oct 21, 2021
8bbc875
Line items table should be disabled
mikejolley Oct 21, 2021
0952124
Fix e2e tests for cart i2
mikejolley Oct 21, 2021
edb9577
update tests to adapt for inner blocks
senadir Oct 21, 2021
d1daa96
update select to resolveSelect to remove warning checker
senadir Oct 21, 2021
ee06734
rename test/block to test/index
senadir Oct 21, 2021
b3f800b
move blocks to their own file
senadir Oct 21, 2021
e31ba97
undo rename to keep diff clean
senadir Oct 21, 2021
851ae14
remove .tsx and update jest config
senadir Oct 21, 2021
6283927
Revert "update select to resolveSelect to remove warning checker"
senadir Oct 21, 2021
c451339
revert resolveControl
senadir Oct 21, 2021
2c0a7fc
Fix empty cart editor E2E test by scrolling to the view switch
ralucaStan Oct 22, 2021
5fa89e2
parse attributes for order summary block
senadir Oct 22, 2021
68a9aa1
migrate attributes when resaving
senadir Oct 22, 2021
630b6be
Update documentation
ralucaStan Oct 22, 2021
1d0e147
add align options to filled cart and empty cart
senadir Oct 25, 2021
9a86ea4
append instead of replcae
senadir Oct 25, 2021
1c4ac28
import style.scss in frontend
senadir Oct 25, 2021
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
17 changes: 0 additions & 17 deletions assets/js/blocks/cart-checkout/cart-i2/attributes.js

This file was deleted.

118 changes: 0 additions & 118 deletions assets/js/blocks/cart-checkout/cart-i2/block.js

This file was deleted.

Loading