### π― **Acceptance Criteria** <!-- Define the conditions that must be met for this story to be complete: --> - [ ] Renders the correct number of GalleryImage children for a given images prop - [ ] Renders the "No images yet" empty state when images={[]} - [ ] Does not render the empty state when images are present - [ ] Grid container has the expected responsive Tailwind class names (sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4) - [ ] Snapshot test for the default rendered state --- ### π **Definition of Done (DoD)** <!-- Checklist of requirements that must be fulfilled before the issue can be considered complete --> - [ ] Acceptance criteria met - [ ] Agreed tests written - [ ] Agreed documentation in GitHub wiki - [ ] PR reviewed --- ### π **Dependencies** <!-- List any related issues or blockers, for example: - #123 --> --- ### π **Additional Context** <!-- Include screenshots, wireframes, or references that provide more context. -->
π― Acceptance Criteria
π Definition of Done (DoD)
π Dependencies
π Additional Context