start work on breakfast
This commit is contained in:
parent
93b310a7ec
commit
363d92c634
|
@ -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="Chocolate" extra={"Light chocolate only; Can't be too bitter"} />
|
||||
<FoodItem title="Skittles" />
|
||||
<FoodItem title="Stroopwafels" contents={{ containsMilk: true }} exclude={this.state.toggles} />
|
||||
</FoodItemsContainer>
|
||||
|
||||
<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">
|
||||
<FoodItem title="Chicken Nuggets" contents={{ containsMeat: true }} exclude={this.state.toggles} />
|
||||
<FoodItem title="Turkey Dinos" contents={{ containsMeat: true }} exclude={this.state.toggles} />
|
||||
|
|
Loading…
Reference in a new issue