Show similar or related components close together on the inspector #1525#1544
Draft
Show similar or related components close together on the inspector #1525#1544
Conversation
Contributor
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1544 +/- ##
==========================================
- Coverage 51.76% 51.01% -0.76%
==========================================
Files 501 503 +2
Lines 27267 25495 -1772
Branches 2550 2563 +13
==========================================
- Hits 14114 13005 -1109
+ Misses 13153 12490 -663 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
RiscadoA
reviewed
May 18, 2025
7e1a7fe to
0b7c73b
Compare
0c81a00 to
8b1a855
Compare
fb2484b to
8654a94
Compare
d1918fd to
d8c0df4
Compare
d8c0df4 to
09b0bab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Created a new reflection trait to be able to categorize types. Then used that to group components into categories on the entity inspector.
Checklist