Optimize particle inspector module stack UI#115
Merged
Merged
Conversation
Visual Refinements: - Replace drag handle with accent color indicator bar - Reduce stageBadgeWidth from 96 to 78 for tighter layout - Remove expanded module border, use surfaceRaised background instead - Simplify module header layout: remove secondary spacer, add accent bar - Update summary chip padding and corner radius - Reduce border opacity for badges Layout Adjustments: - Tighten card padding (24 -> 16), row heights (72 -> 58) - Reduce module editor row height (50 -> 46) and parameter chrome (58 -> 34) - Adjust spacing between groups and rows - Reduce header height (88 -> 62), remove list padding Field Grouping: - Add primaryParticleInspectorFieldIDs for texture field - Split particle inspector fields into: module stack + primary + legacy (collapsed) - Restore Modified button to summary bar Module Parameter Surface: - Simplify header: remove Parameters label, show summary only - Remove tone-colored border, use divider instead - Show Disabled badge only when module is disabled Runtime Diagnostic Card: - Remove tone-colored accent bar - Reduce border opacity from full to 0.45 - Remove Settings/Linked badge
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.
Visual Refinements:
Layout Adjustments:
Field Grouping:
Module Parameter Surface:
Runtime Diagnostic Card: