Standardize fullscreen tool headers to a single-line format to maximize workspace and maintain consistency.
All tools must render the header as:
—
- Must be a single line
- No wrapping
- No separate intro paragraph
- No multi-line headers
- Use ellipsis (…) if overflow occurs
- Tooltip must display full text on hover
Vector Map Editor — Platform Layout & Tile Composition
Vector Asset Studio — Asset Creation & Editing
Sprite Editor — Animation & Frame Control
State Inspector — Object State & JSON Viewer
tool = { name: "Vector Map Editor", shortDescription: "Platform Layout & Tile Composition" }
Render:
${tool.name} — ${tool.shortDescription}
Apply to:
- Vector Map Editor
- Vector Asset Studio
- Sprite Editor
- State Inspector
- Removes redundant intro blocks in fullscreen
- Ensures consistent UX across all tools
- Maximizes vertical workspace