polish(abm-tab): 시뮬 안내 + competitor 색 분기 + 지도 확대#193
Merged
Conversation
AbmTab.tsx: - 시뮬 첫 진입 시 안내 박스 추가 (5,000 페르소나 + 시나리오 + 큐 패널 설명 + 범례) - 지도 height 440px → 640px (가독성) - 외곽 panel layout flex-col gap-3 정돈 AgentMapVisualizer.tsx: - competitor 색 분기 변경: 자사 브랜드(category='own_brand')만 red, 경쟁업체 모두 yellow - 범례 라벨 수정: '경쟁 프랜차이즈' → '자사 매장', '경쟁 개인점' → '경쟁업체' - prettier 포맷팅 사용자 피드백 (2026-05-05). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ABM 시뮬 탭 (시뮬 결과 대시보드 → ABM) UI polish — 사용자 피드백 (2026-05-05) 반영.
주요 변경
AbmTab.tsx
flex flex-col gap-3layout 정돈AgentMapVisualizer.tsx
is_franchise기준 (red/yellow)category === 'own_brand'기준 — 자사만 red, 경쟁업체 (프랜차이즈/개인점) 모두 yellowTest plan
🤖 Generated with Claude Code