Skip to content

Releases: dgd03146/jung

Merge pull request #141 from dgd03146/release/v1.4

27 Feb 05:14
f0010a4
Compare
Choose a tag to compare

Release v1.4

🚀 New Features

  • Enhanced gallery navigation with sorting and collection filtering
  • Added route synchronization to collection detail page
  • Centralized photo filter state management with custom store

🐛 Bug Fixes

  • Fixed issue with native share and modal appearing simultaneously
  • Resolved header height flickering on scroll
  • Fixed multiple comment system bugs including:
    • Prevented reply comments from disappearing on like
    • Resolved infinite scroll issues
    • Fixed incorrect username display

🎨 UI Improvements

  • Updated navigation buttons to circular Instagram-style UI
  • Improved modal styling for better responsive behavior
  • Simplified photo detail page styles

⚡ Performance

  • Optimized collection photos query with join operation
  • Enhanced query caching strategy for photos
  • Improved animation performance in MotionCard component

🧹 Code Cleanup

  • Removed unnecessary revalidatePath logic from server actions
  • Migrated social buttons from styleVariants to recipe pattern
  • Centralized Sort type definition across gallery pages