Files
Innei 10df276478 refactor(gallery): optimize MasonryPhotoItem component with memoization
- Wrapped the MasonryPhotoItem component in React.memo to improve performance by preventing unnecessary re-renders.
- Removed the unused index prop from the component's parameters for cleaner code.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-26 15:17:40 +08:00
..