Skip to content
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

Implement world inspect table sorting (by count and component name a-z) #105

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

Nidoxs
Copy link
Contributor

@Nidoxs Nidoxs commented Aug 10, 2024

Proposed changes

This change implements sorting in the world inspect table (by entity count asc-desc and component name a-z). Headers can be clicked once to swap to the desired sort type and then again to change the sort direction. Very useful for Matter worlds with a plethora of entities and components!

Related issues

Closes #10.

Many thanks to @memorycode 😄 for implementing the base functionality for clickable table headers in Plasma.

Preview

Image from Gyazo

@Ukendio Ukendio requested review from memorycode and jackTabsCode and removed request for memorycode August 10, 2024 23:14
@Ukendio Ukendio merged commit 39f758c into matter-ecs:main Aug 13, 2024
6 checks passed
@Nidoxs Nidoxs deleted the world-view-sorting branch August 14, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugger should have the ability to sort components
3 participants