chore: QA fixes for edit, map, and result pages

* fix: align result cards with recipe and tighten bouquet edit prompts

* fix: improve masked area edits with aligned masks and inpainting prompts

* refactor: drop floristNote/finalize and add map description

* fix: prevent map page crash from marker effect loop

* chore: add eslint exception for KakaoMap shopMarkerMap
This commit is contained in:
Chaewon Lee
2026-06-16 00:01:27 +09:00
committed by GitHub
parent c4748cdc05
commit 0414393be7
21 changed files with 310 additions and 173 deletions

View File

@@ -75,11 +75,6 @@ export function mockGeneratedImage(label = 'Bouquet') {
};
}
/** @param {BouquetRecipe} recipe */
export function mockFloristNote(recipe) {
return `A ${recipe.shape} built around ${recipe.mainFlowers.join(' and ')}, softened with ${recipe.subFlowers.join(', ')} and ${recipe.greenery.join(', ')}. The palette stays ${recipe.colors.join(', ')} with ${recipe.wrapping}. Budget target: ${recipe.budget}.`;
}
/**
* Apply a simple swap edit to the recipe in mock mode (e.g. "change tulip to rose").
* @param {BouquetRecipe} recipe