Closed hectordavis closed 1 year ago
Name | Link |
---|---|
Latest commit | 9185fad0a7747cd3a474408867479b7a2dffe714 |
Latest deploy log | https://app.netlify.com/sites/carbon-addons-iot-react/deploys/646f52913d9484000870164b |
Deploy Preview | https://deploy-preview-3789--carbon-addons-iot-react.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Closes #3785
Summary Fix of incorrect behavior of moving the
PageTitleBar
description to a tooltip when content was provided. It is now displayed below the title and only moved to the tooltip if thecollapsed
prop is passed. I've also added a feature requested by @JordanWSmith15 where the condensed variation of the title bar (with breadcrumbs) now contains the tooltip as well so the description can be easily accessed.Change List (commits, features, bugs, etc)
Acceptance Test (how to verify the PR)
condensed
is set to true the description should be displayed below the title. For the DYNAMIC variation, it should be moved to the tooltip next to the current breadcrumb item when scrolling down. For the CONDENSED variation, it should only be in the tooltip next to the current breadcrumb item.Regression Test (how to make sure this PR doesn't break old functionality)
Things to look for during review
iot
orbx
class prefix is using the prefix variabledata-testid
attribute. New test ids should have test written to ensure they are not changed or removed.