-
Notifications
You must be signed in to change notification settings - Fork 44
feedback actions #809
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
base: feat/wallet-connect
Are you sure you want to change the base?
feedback actions #809
Conversation
🦋 Changeset detectedLatest commit: 3b3572f The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@jkbktl is attempting to deploy a commit to the Status Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Pull Request Overview
Introduces a reusable FeedbackPopover component and integrates it into the Hub top bar, along with design token additions to Tailwind.
- Adds FeedbackPopover with a dropdown of feedback actions and a dropdown icon.
- Integrates FeedbackPopover into the Hub top bar (replacing the previous outline Button).
- Extends Tailwind theme tokens (colors and border radii).
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
packages/status-network/tailwind.config.ts | Adds new color tokens (including blue-50 and neutral scale variants) and larger border radii. |
packages/status-network/src/components/index.tsx | Exports FeedbackPopover from the components package. |
packages/status-network/src/components/feedback-popover/index.tsx | Implements the FeedbackPopover using DropdownMenu with mapped feedback links. |
packages/status-network/src/components/feedback-popover/dropdown-icon.tsx | Adds the dropdown chevron-in-circle SVG icon for the popover button. |
apps/hub/src/app/_components/top-bar.tsx | Replaces the “Share feedback” Button with the new FeedbackPopover and updates imports. |
.changeset/soft-vans-suffer.md | Records package version bumps for status-network and hub. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
closes #774