### π― **Acceptance Criteria** <!-- Define the conditions that must be met for this story to be complete: --> - [ ] Renders an <img> with the correct src and alt attributes - [ ] Renders the skeleton placeholder before the image loads (simulate by not firing onLoad) - [ ] Transitions to the real image once onLoad fires - [ ] Renders the error fallback when onError fires - [ ] Uses React Testing Library and Vitest, Test file is co-located at GalleryImage.test.tsx --- ### π **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