Update the Pizza Chefie scraper to extract image URLs from the pizza listing pages
Store image URLs alongside pizza data in the database
Display thumbnails in the pizza selection UI (e.g., small images next to pizza names)
Consider lazy loading images for performance
Add a click-to-enlarge or hover-to-preview interaction
## Feature: Pizza Photos in Pizza Day
**FeatureRequest enum:** `PIZZA_PICTURES`
**Description:** Zobrazování náhledů (fotografií) pizz v rámci Pizza day
### Implementation Notes
Show pizza preview images when browsing the pizza menu during Pizza day.
**Key files to modify:**
- `server/src/chefie.ts` – Extend the Pizza Chefie scraper to also fetch pizza image URLs
- `client/src/components/PizzaOrderList.tsx` – Display pizza thumbnails/previews alongside pizza names
**Approach:**
1. Update the Pizza Chefie scraper to extract image URLs from the pizza listing pages
2. Store image URLs alongside pizza data in the database
3. Display thumbnails in the pizza selection UI (e.g., small images next to pizza names)
4. Consider lazy loading images for performance
5. Add a click-to-enlarge or hover-to-preview interaction
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Feature: Pizza Photos in Pizza Day
FeatureRequest enum:
PIZZA_PICTURESDescription: Zobrazování náhledů (fotografií) pizz v rámci Pizza day
Implementation Notes
Show pizza preview images when browsing the pizza menu during Pizza day.
Key files to modify:
server/src/chefie.ts– Extend the Pizza Chefie scraper to also fetch pizza image URLsclient/src/components/PizzaOrderList.tsx– Display pizza thumbnails/previews alongside pizza namesApproach: