Show similar or related components close together on the inspector #1525 - #1544
Draft
R-Camacho wants to merge 2 commits into
Draft
Show similar or related components close together on the inspector #1525#1544R-Camacho wants to merge 2 commits into
R-Camacho wants to merge 2 commits into
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
R-Camacho
force-pushed
the
1525-show-similar-or-related-components-close-together-on-the-inspector
branch
3 times, most recently
from
May 19, 2025 19:49
7e1a7fe to
0b7c73b
Compare
R-Camacho
force-pushed
the
1525-show-similar-or-related-components-close-together-on-the-inspector
branch
6 times, most recently
from
May 23, 2025 12:13
0c81a00 to
8b1a855
Compare
R-Camacho
force-pushed
the
1525-show-similar-or-related-components-close-together-on-the-inspector
branch
3 times, most recently
from
July 16, 2025 12:46
fb2484b to
8654a94
Compare
R-Camacho
force-pushed
the
1525-show-similar-or-related-components-close-together-on-the-inspector
branch
3 times, most recently
from
November 9, 2025 17:51
d1918fd to
d8c0df4
Compare
R-Camacho
force-pushed
the
1525-show-similar-or-related-components-close-together-on-the-inspector
branch
from
November 9, 2025 19:29
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