Make the v1 target editable on EVERY row of the categories-migration preview (StepSimulate), not only the "needs review" ones. Each row now renders a reused CategoryCombobox (accent-insensitive type-ahead, keyboard, hierarchical) in place of the read-only text / flat <select>. A pure adapter (taxonomyToComboboxCategories) flattens the full v1 taxonomy into Category-shaped rows once in StepSimulate and passes it as a prop to the rows. The full tree (not just leaves) is fed so mid-tree default targets such as "Divertissement" (id 1710, the default for "Jeux, Films & Livres") both display and can be re-picked. The target cell stops click/keydown propagation so picker interaction never toggles the row preview. Reducer/guard behavior unchanged: resolving a "none" row still bumps confidence to medium, and the unresolved-count guard stays functional. Resolves #246 |
||
|---|---|---|
| .. | ||
| __fixtures__ | ||
| __integration__ | ||
| components | ||
| contexts | ||
| data | ||
| hooks | ||
| i18n | ||
| pages | ||
| services | ||
| shared | ||
| utils | ||
| App.tsx | ||
| main.tsx | ||
| styles.css | ||
| vite-env.d.ts | ||