Skip to content

fix(assistant): align dropdown heights in AssistantChatPanel controls#666

Merged
Kewton merged 1 commit intodevelopfrom
feature/649-worktree
Apr 14, 2026
Merged

fix(assistant): align dropdown heights in AssistantChatPanel controls#666
Kewton merged 1 commit intodevelopfrom
feature/649-worktree

Conversation

@Kewton
Copy link
Copy Markdown
Owner

@Kewton Kewton commented Apr 14, 2026

Summary

  • Fix vertical misalignment between Repository and Assistant CLI dropdowns
  • Restructure controls section: labels row + selects row (separate grids) so both selects render at the same vertical position
  • Update unit test to match renamed description label

Closes #649

Changes

Fixed

  • Two dropdown selects (Repository to Work In, Assistant CLI) were misaligned due to mixed content in a single grid row — repository column had label+select+description while CLI column had label+select only
  • Separated into distinct rows: labels row and selects+button row (md:items-center), with description below

Test Results

Unit Tests

Tests: 6325 passed

Lint & Type Check

  • ESLint: 0 errors
  • TypeScript: 0 errors

Checklist

  • Unit tests pass
  • Lint check passes
  • Type check passes
  • No console.log in production code

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Restructure controls section into separate label row and selects row
so Repository and CLI selects render at the same vertical position.
Update test to match renamed description label.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Kewton Kewton merged commit 1dc569e into develop Apr 14, 2026
5 checks passed
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