-
Notifications
You must be signed in to change notification settings - Fork 135
feat(site): add brand dropdown #2812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Claude finished @jog1t's task —— View job PR Review: Brand Dropdown Implementation🎯 Overall AssessmentThis is a well-implemented feature that adds a context menu to the Rivet logo, allowing users to copy the logo as SVG or download brand assets. The implementation follows good patterns and integrates cleanly with the existing codebase. ✅ StrengthsCode Quality & Architecture
Integration
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
jog1t
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc: @NathanFlurry for vis
Merge activity
|
Deploying rivet-hub with
|
| Latest commit: |
044ffbb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1e061462.rivet-hub-7jb.pages.dev |
| Branch Preview URL: | https://07-28-feat-site-add-brand-dr.rivet-hub-7jb.pages.dev |
## Changes Added a context menu component to the UI library and implemented a logo context menu in the site header. The context menu allows users to copy the Rivet logo as SVG or download brand assets. The implementation includes: - Added `@radix-ui/react-context-menu` dependency - Created a new context menu component in the components package - Added a `LogoContextMenu` component that wraps the Rivet logo in the header - Implemented functionality to copy the logo as SVG and download brand assets
Graphite Automations"Test" took an action on this PR • (07/28/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |

Changes
Added a context menu component to the UI library and implemented a logo context menu in the site header. The context menu allows users to copy the Rivet logo as SVG or download brand assets.
The implementation includes:
@radix-ui/react-context-menudependencyLogoContextMenucomponent that wraps the Rivet logo in the header