Refactor Cart into checkerboard table
Compare changes
Files
2- Mateusz Kudela authored
+ 96
− 94
@@ -15,30 +14,22 @@ from clive.__private.ui.get_css import get_relative_css_path
@@ -57,14 +48,12 @@ class ButtonDelete(CliveButton):
@@ -90,1+79,1 @@
@@ -160,13 +123,16 @@ class CartItem(ColumnLayout, CliveWidget):
@@ -200,12 +166,29 @@ class CartItem(ColumnLayout, CliveWidget):
@@ -221,43 +204,62 @@ class Cart(BaseScreen):