You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to enhance the entity details component by adding anchor links to all major sections, allowing users to directly link to specific parts of the page. For example, users should be able to link directly to the "Top Contributors" section by using an anchor like #top-contributors.
Tasks:
Add anchor links to all major blocks like:
Top Contributors (#top-contributors)
Recent Issues (#recent-issues)
Recent Releases (#recent-releases)
Etc
Ensure that clicking these links scrolls the page to the corresponding section smoothly.
Update the navigation (if applicable) to use these anchors for better user navigation.
Have the visual indication show up upon hover event only (invisible by default) similar to GitHub's behavior but on the right side of the headers instead.
The text was updated successfully, but these errors were encountered:
We need to enhance the entity details component by adding anchor links to all major sections, allowing users to directly link to specific parts of the page. For example, users should be able to link directly to the "Top Contributors" section by using an anchor like
#top-contributors
.Tasks:
#top-contributors
)#recent-issues
)#recent-releases
)The text was updated successfully, but these errors were encountered: