-
Notifications
You must be signed in to change notification settings - Fork 344
refactor(metadata-instance-editor): migrate edit button to BP #4416
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
WalkthroughRefactors the metadata instance editor's edit control: replaces a PlainButton+IconEdit with an IconButton+Pencil inside a Tooltip, updates accessibility attributes and classes, adjusts SCSS selector and removes several sizing/hover rules, and adds a Pencil export to flow-typed declarations. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧠 Learnings (3)📚 Learning: 2025-06-25T13:09:54.538ZApplied to files:
📚 Learning: 2025-08-12T18:04:17.698ZApplied to files:
📚 Learning: 2025-09-03T18:30:44.447ZApplied to files:
🧬 Code graph analysis (1)flow-typed/npm/@box/blueprint-web-assets_vx.x.x.js (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
shahzadaziz
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.
Nice clean fix.
Merge Queue Status✅ The pull request has been merged at 2904a65 This pull request spent 4 seconds in the queue, with no time running CI. Required conditions to merge
|
Description
This migration was required following the upgrade to
react-tetherv3, which caused the tooltip to flicker and resulted in UI integration test failures in EUA. Switching to Blueprint components resolves these issues.Note: there is some small visual discrepancies in the hover background state due to Blueprint styling (see below screen recordings)
Screenshots
BEFORE

Screen.Recording.2026-01-12.at.5.31.17.PM.mov
AFTER

Screen.Recording.2026-01-12.at.5.32.39.PM.mov
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.