Skip to content

Comments

Catching up#2

Open
Kristofir wants to merge 476 commits intoKristofir:Query_resultsfrom
flecs-hub:master
Open

Catching up#2
Kristofir wants to merge 476 commits intoKristofir:Query_resultsfrom
flecs-hub:master

Conversation

@Kristofir
Copy link
Owner

Catching up changes since connection status popover.

SanderMertens and others added 23 commits October 1, 2025 01:06
* Improve entity list display to wrap entries instead of horizontal scrolling

- Changed entity-path from nowrap to normal wrapping with word-wrap
- Updated entity-list-item to hide horizontal overflow and wrap content
- Each list entry now displays on its own line with paths wrapping naturally
- Prevents horizontal scrolling in favor of vertical wrapping for better readability

* Fix array/Vec display in inspector to show each element on separate line

- Added isArray function to detect array types (Vec<String>, etc.)
- Arrays now display as vertical list with each element on its own line
- Added array-specific styling with index labels and proper wrapping
- Fixed component-value overflow to prevent horizontal scrolling
- Each array element gets word-wrap for long values
- Fixes issue where expanding nested arrays showed nothing

---------

Co-authored-by: Claude <noreply@anthropic.com>
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.