Open
Conversation
Display Z order (from foreground to background) by default to match how visual tools work (tool learnability).
Reorder the columns in the Instances List panel so the sequence is: Object name, X, Y, Z, Angle, Layer, Lock. The lock icon column was previously the second column; it is now at the right to follow the UI pattern in other panels. Also shortened the Z Order column header label to "Z".
Replace the "Angle" and "Layer" text column headers in the Instances List
with SVG icons (RotateZ and Layers) to save horizontal space and match
the icon-first visual language used in the editor.
- Use titleAccess for screen reader accessibility ("Rotation (Z)" / "Layer")
- Size icons with inline style to work around react-virtualized rendering context, where MUI's sx prop and fontSize have no effect
Add a custom headerRenderer to sortable columns in the Instances List table. The active sort column label now uses the primary text color (--theme-text-default-color) while inactive headers stay muted (--table-text-color-header). A directional arrow icon (↑/↓) is shown next to the active column label to indicate sort direction. Chevrons were replaced (they are used for "open and close" while this use requires "direction"). New icon components added: - UI/CustomSvgIcons/SortArrowUp.js - UI/CustomSvgIcons/SortArrowDown.js
Reworks the visual appearance of the Instances List panel to remove inconsistent background colors and create a cohesive look with the rest of the panels:
- Row backgrounds (odd and even) now use the primary window background color, removing the alternating stripe pattern
- The column header row ("Object name, X, Y, Z…") uses the toolbar surface color, visually grouping it with the search bar area
- Adds a mosaic-editor-{panelName} class to mosaic windows, enabling per-panel CSS targeting
- CSS rule for the Instances List panel body, keeping other panels unaffected
Replacing old blue with branded purple to match the rest of the panels.
Matching the text display (Light and Dark) to proper color tokens.
- Use --table-text-color-header for inactive sort column headers instead of --theme-text-secondary-color, which is too dark in light theme - Remove custom cellRenderer on Object name column that was overriding the selected-row text color and breaking row highlight consistency - Remove unused GDevelopThemeContext import and Consumer wrapper - Fix indentation left misaligned after Consumer removal
Collaborator
Author
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.


Uh oh!
There was an error while loading. Please reload this page.