-
Notifications
You must be signed in to change notification settings - Fork 538
Fix webhook dropdown scrolling by wrapping content in scrollable div #7199
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 ↗︎
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## Re-enable_webhooks_sidebar_link_in_project_dashboard #7199 +/- ##
========================================================================================
- Coverage 55.68% 55.67% -0.01%
========================================================================================
Files 904 904
Lines 58392 58391 -1
Branches 4122 4119 -3
========================================================================================
- Hits 32516 32510 -6
- Misses 25770 25776 +6
+ Partials 106 105 -1
🚀 New features to boost your workflow:
|
size-limit report 📦
|
0f2d53c
to
f19e19c
Compare
f19e19c
to
e2a99ef
Compare
e2a99ef
to
4064df1
Compare
4064df1
to
e9faf5b
Compare
e9faf5b
to
834e69a
Compare
f3aebed
to
a58e480
Compare
834e69a
to
dd9eefc
Compare
a58e480
to
e6a5fc4
Compare
dd9eefc
to
682e641
Compare
PR-Codex overview
This PR focuses on enhancing the
FilterDetailsStep
component by improving the handling of event and transaction signatures. It rebuilds the logic for selecting signatures and updates the user interface for better clarity and usability.Detailed summary
Signature Hash Field
to indicate rebuilding for both types.Object.keys(fetchedAbis)
with direct checks oneventSignatures
andfunctionSignatures
arrays.Select
components for better readability.Input
components.truncateMiddle
for displaying function signatures in a consistent manner.