- 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.
- Reorganized imports for better readability
- Integrated Alipay payment method using AlipayController
- Enhanced user experience with dynamic recharge options
- Updated styling for header and buttons for consistency
- Added BannerSection component for background video display
- Removed deprecated ESLint configuration and improved TypeScript settings
- Updated protocol constants for BLE communication
- Enhanced subscription management interfaces and methods
- Cleaned up package.json and tsconfig.json for better project structure