1
0
Fork 0

start work on breakfast

This commit is contained in:
ChaotiCryptidz 2022-06-02 09:30:45 +01:00
parent 93b310a7ec
commit 363d92c634
No known key found for this signature in database

View file

@ -112,10 +112,20 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
<AdvancedFoodItem title="Yum-Yums" extra={"A kind of twisted doughnut dough covered in sugary glaze"} /> <AdvancedFoodItem title="Yum-Yums" extra={"A kind of twisted doughnut dough covered in sugary glaze"} />
<AdvancedFoodItem title="Chocolate" extra={"Light chocolate only; Can't be too bitter"} /> <AdvancedFoodItem title="Chocolate" extra={"Light chocolate only; Can't be too bitter"} />
<FoodItem title="Skittles" /> <FoodItem title="Skittles" />
<FoodItem title="Stroopwafels" contents={{ containsMilk: true }} exclude={this.state.toggles} />
</FoodItemsContainer> </FoodItemsContainer>
<br /> <br />
<FoodItemsContainer title="Breakfast">
<FoodItem title="Marmite Toast" />
<FoodItem title="Bagels" />
<AdvancedFoodItem title="Jam Toast" extra={"light thin layer of jam, not chunky jam; jams like cloudberry, strawberry, raspberry, orange"} />
<AdvancedFoodItem title="Corn Flakes" extra={"Either dry or with oat milk"} />
<AdvancedFoodItem title="Bran Flakes" extra={"Usually dry"} />
<FoodItem title="Scrambled Egg" contents={{ containsEggs: true }} exclude={this.state.toggles} />
</FoodItemsContainer>
<FoodItemsContainer title="Smaller Foods"> <FoodItemsContainer title="Smaller Foods">
<FoodItem title="Chicken Nuggets" contents={{ containsMeat: true }} exclude={this.state.toggles} /> <FoodItem title="Chicken Nuggets" contents={{ containsMeat: true }} exclude={this.state.toggles} />
<FoodItem title="Turkey Dinos" contents={{ containsMeat: true }} exclude={this.state.toggles} /> <FoodItem title="Turkey Dinos" contents={{ containsMeat: true }} exclude={this.state.toggles} />