mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Introduced an optional `website` field in the `CommentUser` interface to allow users to provide their website links. - Updated `CommentCard` and `CommentHeader` components to utilize the new `website` field, enabling clickable links for user websites in the comment header. - Refactored user data fetching in `CommentService` to include the website information when retrieving user profiles. Signed-off-by: Innei <tukon479@gmail.com>