Adding tutorial home link melodic#345
Closed
simonGoldstein wants to merge 2 commits intomoveit:melodic-develfrom
PickNikRobotics:Home_link_melodic
Closed
Adding tutorial home link melodic#345simonGoldstein wants to merge 2 commits intomoveit:melodic-develfrom PickNikRobotics:Home_link_melodic
simonGoldstein wants to merge 2 commits intomoveit:melodic-develfrom
PickNikRobotics:Home_link_melodic
Conversation
2 tasks
Contributor
|
Cherry-picked #344 instead. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This is functionally identical to #344 but for the melodic branch.
Most websites have the behavior that if you click on the logo, it returns to the main page of the website. That’s a standard across most websites, and users are used to that. The MoveIt website follows this pattern (on all of the subpages) where if you click the MoveIt logo it returns you to the MoveIt homepage; the one exception, is when you go to the tutorials, which is listed in the MoveIt header navigation, suddenly the behavior changes and clicking on the MoveIt logo does not bring you to the MoveIt website homepage.
This adds that standardized functionality while maintaining the ability to return to the landing page via a new link in the top left.
Checklist