Skip to content

🦌 Fix menu layout and inline new-item indicator#4

Open
zdavison wants to merge 2 commits intomainfrom
deer/fix-menu-layout-spacing
Open

🦌 Fix menu layout and inline new-item indicator#4
zdavison wants to merge 2 commits intomainfrom
deer/fix-menu-layout-spacing

Conversation

@zdavison
Copy link
Copy Markdown
Owner

@zdavison zdavison commented Mar 27, 2026

Summary

Refactors the menu item rendering to inline the new-item indicator (✨) within the same <Text> component as the item label, reducing the number of separate text nodes. Also fixes the StatusBar layout by replacing marginTop with an explicit blank line spacer.

Changes

  • src/app.tsx: Merged the new-item indicator into the main label <Text> block, eliminating a separate conditional <Text> element
  • src/components/StatusBar.tsx: Replaced marginTop={1} on the container with an explicit <Text> </Text> spacer for more predictable layout

Created by deer — review carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant