AX Agent 선택 주제 안내 위치 조정
Some checks failed
Release Gate / gate (push) Has been cancelled

선택된 대화 주제와 작업 유형 안내 배너를 헤더 중앙에서 입력창 위 중앙으로 옮겼다.

실제 작성 흐름 가까이에서 선택 상태를 확인할 수 있도록 composer 상단 구조에 맞춰 재배치했다.

README와 DEVELOPMENT 문서에 변경 이력과 시점을 반영했다.

검증: dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\ (경고 0 / 오류 0)
This commit is contained in:
2026-04-05 19:52:42 +09:00
parent 7f8a075553
commit b44df996c2
3 changed files with 29 additions and 26 deletions

View File

@@ -910,32 +910,6 @@
</Button>
</WrapPanel>
</StackPanel>
<Border x:Name="SelectedPresetGuide"
Grid.Column="1"
Visibility="Collapsed"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Background="{DynamicResource HintBackground}"
BorderBrush="{DynamicResource BorderColor}"
BorderThickness="1"
CornerRadius="12"
Padding="12,7"
Margin="16,0">
<StackPanel HorizontalAlignment="Center">
<TextBlock x:Name="SelectedPresetGuideTitle"
FontSize="12.5"
FontWeight="SemiBold"
Foreground="{DynamicResource PrimaryText}"
TextAlignment="Center"/>
<TextBlock x:Name="SelectedPresetGuideDesc"
Margin="0,2,0,0"
FontSize="11.5"
Foreground="{DynamicResource SecondaryText}"
TextAlignment="Center"
TextTrimming="CharacterEllipsis"
MaxWidth="320"/>
</StackPanel>
</Border>
<!-- 우: 프리뷰 토글 버튼 -->
<StackPanel Grid.Column="2" Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center">
<Button x:Name="BtnPreviewToggle" Style="{StaticResource GhostBtn}"
@@ -1604,6 +1578,31 @@
HorizontalAlignment="Center"
VerticalAlignment="Bottom">
<StackPanel HorizontalAlignment="Stretch">
<Border x:Name="SelectedPresetGuide"
Visibility="Collapsed"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Background="{DynamicResource HintBackground}"
BorderBrush="{DynamicResource BorderColor}"
BorderThickness="1"
CornerRadius="12"
Padding="12,7"
Margin="0,0,0,10">
<StackPanel HorizontalAlignment="Center">
<TextBlock x:Name="SelectedPresetGuideTitle"
FontSize="12.5"
FontWeight="SemiBold"
Foreground="{DynamicResource PrimaryText}"
TextAlignment="Center"/>
<TextBlock x:Name="SelectedPresetGuideDesc"
Margin="0,2,0,0"
FontSize="11.5"
Foreground="{DynamicResource SecondaryText}"
TextAlignment="Center"
TextTrimming="CharacterEllipsis"
MaxWidth="320"/>
</StackPanel>
</Border>
<Border x:Name="DraftPreviewCard"
Visibility="Collapsed"
Background="{DynamicResource ItemBackground}"