Releases: absolute-tk/Foood
Releases · absolute-tk/Foood
Foood 2.0
Release Notes
- Add
PizzaDetails()
view having bottom button to add 🍕 amount - Change bottom button action in
HamburgerDetails()
to actually add 🍔 amount - In app drop notification when food 🍔 🍕 being added to cart using (Drop Framework)
- Syncing & updating amount of food🍔 🍕 across
AllFoods()
,HamburgerDetails()
,PizzaDetails()
,Purchase()
views using@EnvironmentObject
,.environmentObject
,@StateObject
- Add ObservableObject class
burger_amount
andpizza_amount
- Add cheat text showing current amount of 🍔🍕 in
AllFoods()
view - Add 🍕amount, price, and buttons for adding or decrease quantity
- Updated logic to actually combine total price of both 🍔🍕 together