- Replaced the useFavoriteTemplates hook with useLikesTemplates to manage user likes.
- Updated the Index component to load likes instead of favorites.
- Modified the GridItem component to handle likes and update the UI accordingly.
- Adjusted the Sync component to accommodate changes in data structure.
- Removed the useFavoriteTemplates hook as it is no longer needed.
- Increased the page size for template generations from 5 to 12.
- Updated package dependencies to version 1.0.13 for @repo/sdk.
- Added uploadAndConvertToAniUrl utility function for file uploads and conversions.
- Improved error handling and loading states across components.