Skip to content

Click to quickly navigate to author's profile page #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rohitPandey469
Copy link
Contributor

Description

Added a link to quickly navigate to author's profile page. However the application is not integrated for /profile/user-id. That is one user can not view other user's profile page. So, navigating to a broken link.
Will soon raise a issue regarding this aswell.

Related Issue

Fixes #160

Motivation and Context

One would want to view more of his favourite author's content, so he can quickly go his profile page and view more of his tutorials.

How Has This Been Tested?

Tested locally on my machine

Screenshots or GIF (In case of UI changes):

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -42,6 +43,9 @@ const User = ({ id, timestamp, size }) => {
}) => data
);

console.log("user", user);
console.log("profileData", profileData);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the console.log

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Feat : Click to view author profile page at tutorial/tutorial_id ]
2 participants