Skip to content

fix: make one-line extension widgets expandable - #539

Open
Shujakuinkuraudo wants to merge 1 commit into
agegr:mainfrom
Shujakuinkuraudo:fix/single-line-widget-expand
Open

fix: make one-line extension widgets expandable#539
Shujakuinkuraudo wants to merge 1 commit into
agegr:mainfrom
Shujakuinkuraudo:fix/single-line-widget-expand

Conversation

@Shujakuinkuraudo

Copy link
Copy Markdown

Summary

  • Treat every non-empty extension widget as expandable in the compact status bar.
  • Keep one-line widgets collapsed by default while preserving the existing empty-widget behavior.
  • Add regression coverage for one-line and empty widgets.

Testing

  • npm test (588 tests passed)
  • node_modules/.bin/tsc --noEmit
  • npm run lint
  • npm run build

AI assistance

OpenAI Codex was used to investigate the widget behavior, implement the fix, and run the tests. The resulting diff was independently reviewed before submission.

Closes #538

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.

Compact status bar renders one-line extension widgets as non-interactive key-only items

1 participant