Refactor Cart into checkerboard table
Compare changes
Files
2- Mateusz Kudela authored
+ 122
− 98
@@ -15,30 +14,23 @@ from clive.__private.ui.get_css import get_relative_css_path
@@ -57,14 +49,12 @@ class ButtonDelete(CliveButton):
@@ -90,1+80,1 @@
@@ -160,13 +124,16 @@ class CartItem(ColumnLayout, CliveWidget):
@@ -200,12 +167,29 @@ class CartItem(ColumnLayout, CliveWidget):
@@ -221,43 +205,83 @@ class Cart(BaseScreen):