Refactor Cart into checkerboard table
Compare changes
@@ -240,8 +239,9 @@ class Cart(BaseScreen):
@@ -264,24 +264,19 @@ class Cart(BaseScreen):
@@ -295,13 +290,13 @@ class Cart(BaseScreen):
Closes: #173 (closed)
Removes clear all feature from: #233
This one improves focus behavior in the cart, moving cart items and deleting items from the cart.