-
Notifications
You must be signed in to change notification settings - Fork 559
[Dashboard] Remove AddressCopyButton #5077
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 ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5077 +/- ##
=======================================
Coverage 45.29% 45.29%
=======================================
Files 1059 1059
Lines 54729 54729
Branches 3956 3956
=======================================
Hits 24789 24789
Misses 29249 29249
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
db71142
to
cd81893
Compare
51b01c5
to
042354e
Compare
cd81893
to
b75cb9d
Compare
042354e
to
9a68582
Compare
14ea4b3
to
5f14dd0
Compare
apps/dashboard/src/components/engine/contract-subscription/contract-subscriptions-table.tsx
Show resolved
Hide resolved
9ef602f
to
4542a48
Compare
5f14dd0
to
986cf6b
Compare
Merge activity
|
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on removing the `AddressCopyButton` component from various files and replacing it with `CopyTextButton` and `CopyAddressButton` components to optimize bundle size and improve code consistency. ### Detailed summary - Deleted `AddressCopyButton.tsx` file. - Removed all imports of `AddressCopyButton` from multiple files. - Replaced instances of `AddressCopyButton` with `CopyTextButton` in `webhooks-table.tsx` and `token-id.tsx`. - Replaced `AddressCopyButton` with `CopyAddressButton` in `transaction-timeline.tsx` and `contract-subscriptions-table.tsx`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
986cf6b
to
f2d1085
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on removing the
AddressCopyButton
component from various files and replacing it with theCopyTextButton
andCopyAddressButton
components to optimize bundle size and improve code consistency.Detailed summary
AddressCopyButton.tsx
.AddressCopyButton
from multiple files.AddressCopyButton
withCopyTextButton
orCopyAddressButton
in:webhooks-table.tsx
token-id.tsx
transaction-timeline.tsx
contract-subscriptions-table.tsx