feat(build-tab): show tool names under icons in the Build palette#426
Open
ActiveInAI wants to merge 1 commit into
Open
feat(build-tab): show tool names under icons in the Build palette#426ActiveInAI wants to merge 1 commit into
ActiveInAI wants to merge 1 commit into
Conversation
The standalone editor's Build palette (structure tools, Roof features, and MEP) showed icons only, surfacing the name on hover. The furniture/Items panel already shows a name under each thumbnail, so the two catalogs felt inconsistent and the build tools were harder to scan at a glance. Render each tile as icon + label (matching the Items panel), widen the grid columns (56→72px) to fit the names, and keep the tooltip as-is. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Show the tool name under each icon in the standalone editor's Build palette — the structure tools, the Roof Features sub‑grid, and the MEP sub‑grid — instead of surfacing the name on hover only.
Why
The furniture Items panel already renders a label under every thumbnail, while the Build palette was icon‑only with a hover tooltip. That inconsistency makes the two catalogs feel different, and the build tools are harder to scan at a glance (especially for less familiar icons like the MEP set).
Change
icon + label(flex‑col), mirroring the Items panel.56px → 72pxto fit the names.Notes
This is a UX/consistency proposal — happy to adjust (e.g. gate it behind a setting, or only label the main grid) if the maintainers prefer to keep the compact icon‑only style as the default. Verified in
apps/editordev: labels render, layout is stable, no behavior change.