--- # nuzlocke-tracker-bi4e title: Integrate name suggestions into encounter registration UI status: todo type: task created_at: 2026-02-11T15:56:44Z updated_at: 2026-02-11T15:56:44Z parent: nuzlocke-tracker-igl3 --- Show name suggestions in the encounter registration flow so users can pick a nickname with a single click. ## Requirements - When a user clicks an encounter slot and registers a new Pokemon, display 5-10 name suggestions below/near the nickname input - Each suggestion is a clickable chip/button that fills in the nickname field - Include a "regenerate" button to get a fresh batch of suggestions - Only show suggestions if the run has a naming scheme selected - The nickname input should still be editable for manual entry ## Checklist - [ ] Add a name suggestions component (chips/buttons with regenerate) - [ ] Integrate the component into the encounter registration modal/form - [ ] Wire up the name suggestion engine to the component - [ ] Ensure clicking a suggestion populates the nickname field - [ ] Ensure regenerate fetches a new batch without repeating prior suggestions - [ ] Hide suggestions gracefully if no naming scheme is set on the run