Conversation
9b1ce0f to
6a88876
Compare
1466fac to
d842139
Compare
609af0c to
1b46d5c
Compare
5565908 to
b376944
Compare
ad19987 to
76c9dbc
Compare
5fb384f to
1944639
Compare
283a669 to
c1800fd
Compare
This brings them to current versions which use the newer Node runtime (v20) rather than v12, which is being deprecated at GitHub.
ci: Update various actions to current versions.
* 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>
190ec88 to
d59f558
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.
Catching up changes since connection status popover.