-
Notifications
You must be signed in to change notification settings - Fork 590
[BLD-325] Dashboard: Rename floating chat button label #8086
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
[BLD-325] Dashboard: Rename floating chat button label #8086
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Comment |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via 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. |
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8086 +/- ##
=======================================
Coverage 56.34% 56.34%
=======================================
Files 906 906
Lines 59182 59182
Branches 4175 4175
=======================================
Hits 33349 33349
Misses 25727 25727
Partials 106 106
🚀 New features to boost your workflow:
|
24e49b2
to
9eb2cd9
Compare
fd62efc
to
d53f8a2
Compare
9eb2cd9
to
0496952
Compare
Merge activity
|
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `CustomChatButton` component and its usage in various layouts by simplifying the button structure, changing icons, and removing unnecessary wrapper elements. ### Detailed summary - Removed the wrapper `<div>` around the `CustomChatButton` in `layout.tsx` files. - Changed the icon in `CustomChatButton` from `MessageCircleIcon` to `CircleQuestionMarkIcon`. - Updated button label from dynamic to static "Need help?". - Adjusted button class names for styling consistency. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
0496952
to
6f88d38
Compare
PR-Codex overview
This PR focuses on updating the
CustomChatButton
component's appearance and functionality across different layouts in the dashboard, including changes to icon usage and button behavior.Detailed summary
<CustomChatButton>
inlayout.tsx
files.MessageCircleIcon
toCircleQuestionMarkIcon
.default
tooutline
.