expo-duooomi-app/hooks/data
康猛 f402fd4bdf refactor: replace useFavoriteTemplates with useLikesTemplates and update related components
- 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.
2026-01-26 18:54:46 +08:00
..
index.ts Initial commit: expo-duooomi-app 2025-12-25 15:52:54 +08:00
use-activities.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-categories.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-error.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-likes-templates.ts refactor: replace useFavoriteTemplates with useLikesTemplates and update related components 2026-01-26 18:54:46 +08:00
use-public-templates.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-recommended-templates.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-search-history.ts Initial commit: expo-duooomi-app 2025-12-25 15:52:54 +08:00
use-tags.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-template-detail.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-template-generation-detail.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00
use-template-generations.ts refactor: replace useFavoriteTemplates with useLikesTemplates and update related components 2026-01-26 18:54:46 +08:00
use-templates.ts refactor: 重构错误处理逻辑,统一使用 handleError 方法;优化相关组件的代码 2026-01-05 18:41:19 +08:00