This repository was archived by the owner on Feb 9, 2026. It is now read-only.
Implement clickable usernames in forum web page#531
Merged
Conversation
4 tasks
Contributor
Author
|
@doran2728 Can you review the changes and merge with main if they are working as expected? |
Contributor
Author
|
I will fix an issue and reopen this PR afterward. |
Contributor
Author
|
@doran2728 The PR is reopened. Could you review the changes and merge with main if the feature is working as expected? Note that I've resolved a conflict caused by another PR (#524), so both features should now be working correctly. |
Contributor
|
Good job |
Contributor
Author
|
@volkanBora123 I think you have closed the wrong PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corresponding issue
Add Clickable Username Functionality to Forum Components
Description
This PR adds clickable username functionality to forum threads, comments, and subcomments, allowing users to navigate to profile pages by clicking on usernames. This enhances user interaction and provides a seamless way to view other users' profiles directly from forum discussions.
Changes Made
useNavigatehook integration in CommentItem, SubcommentItem, and Thread page componentsFeatures
API Endpoints
No API endpoint introduced
Dependencies
No new dependencies required
Checklist