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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user