Conversation
Member
|
Thanks @warmijusti! Can we have a tiny bit of context in the description for what problen this solves and why a new component was needed 🙏 A screenshot might be nice too! |
Member
|
Really appreciate the stories added as examples though ❤️ I just want to check this component is generic enough to be used in many projects at HOT =) |
tbssnch
requested changes
Jan 13, 2026
Collaborator
Author
Thanks for your comment @spwoodcock ! Just added a detailed description. |
Member
|
Makes total sense now - thanks for clarifying! 🙏 |
spwoodcock
approved these changes
Jan 13, 2026
spwoodcock
reviewed
Jan 13, 2026
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.
This PR introduces a new web component that provides a unified dropdown menu for navigating between all HOT products. This menu is designed to be added to the right side of headers across all HOT applications, allowing users to easily discover and navigate between different tools in the HOT suite.
Features
• Organized by Category
• Optional Logos: Supports displaying product icons via the show-logos attribute
• Dropdown Menu: Built using Web Awesome's dropdown component with grid icon trigger
• External Links: Opens product pages in new tabs
Implementation Details
• Built with Lit web components
• Uses temporary 1px white SVG placeholders for product icons (to be replaced with actual icons later)
• Styled to match HOT design system
Known Issues
When the dropdown opens, page content may shift slightly due to the scrollbar being hidden. This is documented in the Storybook stories with a CSS fix that consuming applications can apply.