-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Labeling bugs #16882
Labeling bugs #16882
Conversation
WalkthroughThis pull request updates two components. In the MetadataLabeling component, new spacing imports are introduced, and styling properties are adjusted—such as adding left text alignment, modifying gap sizes, and removing conditional margin logic from various buttons. The event handling is streamlined by always stopping propagation without referencing an edit-active flag. In the UtxoSelection component, an import for the Text component is added and pixel units are explicitly used in the gap properties for styled elements. The component’s state mapping is extended to include address labels alongside output labels, and the UTXO address is now rendered using the MetadataLabeling component wrapped in a Text component. These changes modify styling rules, update import dependencies, and adjust how metadata and addresses are processed within the components. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (3)🔇 Additional comments (9)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
e2ea915
to
b0d1249
Compare
b0d1249
to
48b517a
Compare
1st commit:
Fixes alignment.
before:


after:
2nd commit:
Code cleanup, also was necessary after the first commit.
3rd commit:
Resolve #16069
4th commit:
before:


after:
5th commit:
Click doesn't propagate and checkbox is not checked.
before:
Screen.Recording.2025-02-28.at.18.11.20.mov
after:
Screen.Recording.2025-02-28.at.18.12.22.mov