what the fuck is a vegetable
This commit is contained in:
parent
363d92c634
commit
e710b70909
|
@ -145,6 +145,7 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
<FoodItem title="Pizza" contents={{ containsMilk: true }} exclude={this.state.toggles} />
|
<FoodItem title="Pizza" contents={{ containsMilk: true }} exclude={this.state.toggles} />
|
||||||
<FoodItem title="Pasta" />
|
<FoodItem title="Pasta" />
|
||||||
<FoodItem title="Spongy Fried Battered Tofu" />
|
<FoodItem title="Spongy Fried Battered Tofu" />
|
||||||
|
<FoodItem title={"Tofu Vegetable Katsu-Style Curry"} />
|
||||||
<FoodItem title="Rice or Cooked Grains" />
|
<FoodItem title="Rice or Cooked Grains" />
|
||||||
<FoodItem title="Roast Potatos" />
|
<FoodItem title="Roast Potatos" />
|
||||||
<FoodItem title="Baked Potatos" />
|
<FoodItem title="Baked Potatos" />
|
||||||
|
@ -168,6 +169,17 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
<FoodItemsContainer title="Vegetables (for cooking)">
|
||||||
|
<FoodItem title="Sweetcorn" />
|
||||||
|
<AdvancedFoodItem title="Broccoli" extra={"Cooked to be very soft"} />
|
||||||
|
<AdvancedFoodItem title="Cauliflower" extra={"Cooked to be very soft"} />
|
||||||
|
<AdvancedFoodItem title="Carrot" extra={"Cooked to be very soft; or crunchy as a snack;"} />
|
||||||
|
<FoodItem title="Swede / Rutabaga" />
|
||||||
|
<AdvancedFoodItem title="Chillis" extra={"Cooked to be soft; Cut up very finely"} />
|
||||||
|
</FoodItemsContainer>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
<FoodItemsContainer title="Sensory Bads (Do Not Like)">
|
<FoodItemsContainer title="Sensory Bads (Do Not Like)">
|
||||||
<AdvancedFoodItem title="Anything Bitter" extra="We are very sensitive to bitter things; way more than most ppl we know; even toast can sometimes be too bitter;" />
|
<AdvancedFoodItem title="Anything Bitter" extra="We are very sensitive to bitter things; way more than most ppl we know; even toast can sometimes be too bitter;" />
|
||||||
<AdvancedFoodItem title="Lettuce" extra="Horrible crunch; only sometimes like the flat leafy kind but only nibbling on the lighter green parts" />
|
<AdvancedFoodItem title="Lettuce" extra="Horrible crunch; only sometimes like the flat leafy kind but only nibbling on the lighter green parts" />
|
||||||
|
@ -190,6 +202,9 @@ export class MainPage extends Component<unknown, { toggles: FoodExcludeTypes }>
|
||||||
<AdvancedFoodItem title="Seitan/Gluten-Based Protein" extra={"Can't handle texture of it, very weird"} />
|
<AdvancedFoodItem title="Seitan/Gluten-Based Protein" extra={"Can't handle texture of it, very weird"} />
|
||||||
<AdvancedFoodItem title="Peanut Butter" extra={"Too creamy or crunchy, never a fan of taste"} />
|
<AdvancedFoodItem title="Peanut Butter" extra={"Too creamy or crunchy, never a fan of taste"} />
|
||||||
<AdvancedFoodItem title="Silken Tofu" extra={"Too soft, falls apart to easily, bad texture, prefer firmer pressed tofus"} />
|
<AdvancedFoodItem title="Silken Tofu" extra={"Too soft, falls apart to easily, bad texture, prefer firmer pressed tofus"} />
|
||||||
|
<AdvancedFoodItem title="Lotus Fruit" extra={"Weird texture; Also trypophobia;"}/>
|
||||||
|
<AdvancedFoodItem title="Crumpets" extra={"Can have if served upside down, otherwise no, too many holes"} />
|
||||||
|
<FoodItem title="Celery" />
|
||||||
<FoodItem title="Anything else unexpectedly crunchy" />
|
<FoodItem title="Anything else unexpectedly crunchy" />
|
||||||
<FoodItem title="Sparkling Water" />
|
<FoodItem title="Sparkling Water" />
|
||||||
<FoodItem title="Apple Cider Vinegar" />
|
<FoodItem title="Apple Cider Vinegar" />
|
||||||
|
|
Loading…
Reference in a new issue