Commit Graph
7 Commits
Author SHA1 Message Date
ngthanhvu ee698c6acd feat: add gif component section 2026-07-25 11:42:32 -04:00
ngthanhvu 6c1dd39935 feat: change libraly icons 2026-07-25 10:39:40 -04:00
ngthanhvu 856c514c15 feat: update comment and reply components to support mention formatting and improve user experience 2026-07-24 05:51:08 -04:00
ngthanhvu 6ad96873a7 feat: add gender field to user profile and update related components 2026-07-24 04:55:39 -04:00
ngthanhvu 541cb66c33 feat: implement pagination for comments with load more functionality 2026-07-24 04:30:37 -04:00
ngthanhvu 320eed551e feat: enhance comment section with reply functionality and pinning feature
- Added ability to pin comments for admin users.
- Implemented nested replies with a recursive component for better organization.
- Improved comment loading with time-ago formatting for replies.
- Refactored comment fetching logic to include replies in a structured format.
- Updated UI to reflect changes in comment state (pinned, anonymous).
- Added loading indicators for comment submission and reply actions.
- Enhanced error handling for comment operations.
2026-07-24 03:39:06 -04:00
ngthanhvu 3d075f320c Add database migration snapshots for comment_votes, comments, movies, and users tables
- Created 0009_snapshot.json with initial structure for comment_votes, comments, movies, and users tables.
- Created 0010_snapshot.json with updated structure for comments, including new fields: pinned and spoiler.
- Created 0011_snapshot.json with further updates to comments, adding anonymous field and refining existing structures.
2026-07-24 00:06:03 -04:00