Commit Graph

4 Commits

Author SHA1 Message Date
imeepos 46b45872c1 fix: export templateSocialStore as callable object
- Export templateSocialStore with all methods via getState()
- Allows hooks to call store methods directly
- Fix 'setLiked is not a function' error
2026-01-28 20:10:59 +08:00
imeepos d89575e150 feat: integrate social buttons in video page
- Add VideoSocialButton to VideoItem component
- Connect like/favorite actions with existing hooks
- Use Zustand store for state management
- Extend templateSocialStore to support favoriteCount
- Update tests for social button integration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 19:16:06 +08:00
imeepos 6fc87d59de fix: bug 2026-01-28 19:05:25 +08:00
imeepos 7c50d396e9 fix: bug 2026-01-28 18:46:44 +08:00