integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

Adds fully-functioning breadcrumb #585

Closed jenny-s51 closed 4 years ago

jenny-s51 commented 4 years ago

Motivation

APPDUX-185

What

As stated in the linked Jira ticked above, this PR adds " an additional leaf in the breadcrumbs for 'Solution Patterns' ... a hyperlink to the home page with the Solution Patterns tab selected." ## Why

This link did not exist previously.

How

Tried several methods for using an`href` together with an `onClick` method on the `Tab` component. After doing a lot of research, I removed the `TabContent` refs which were the source of the problem, since the correct content for the active tab was not rendering. ## Verification Steps

Checklist:

Progress

Additional Notes

Note the new "Solution Patterns" link in the breadcrumb.

Screen Shot 2020-05-15 at 5 03 15 PM

That link takes you here:

Screen Shot 2020-05-15 at 5 03 25 PM
jenny-s51 commented 4 years ago

@tiffanynolan @mfrances17 opened https://issues.redhat.com/browse/APPDUX-214 to address your comments here -- thank you for reviewing!