feat(ui): /new/from-photo Page mit File-Picker, Lade- und Fehler-States

This commit is contained in:
hsiegeln
2026-04-21 10:47:33 +02:00
parent bc42f35f8c
commit 47e91de0a1
3 changed files with 260 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export function resolveStrategy(req: RequestShape): CacheStrategy {
if (
path === '/api/recipes/import' ||
path === '/api/recipes/preview' ||
path === '/api/recipes/extract-from-photo' ||
path.startsWith('/api/recipes/search/web')
) {
return 'network-only';