feat(mail): 메일 탭 안내에 '내가 수신·참조(CC)된 메일만 표시' 명시
All checks were successful
build-and-push / build (push) Successful in 30s
All checks were successful
build-and-push / build (push) Successful in 30s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3bf2dc0924
commit
3382eef010
@ -503,7 +503,7 @@ function MailTab({ projectId }: { projectId: string }) {
|
||||
<div>
|
||||
<div className="flex items-center justify-between mb-3 gap-2 flex-wrap">
|
||||
<p className="text-sm text-ink-secondary">
|
||||
<span className="font-medium text-ink">@{data.domain}</span> 와(과) 주고받은 메일 · 프로젝트 팀 메일함 집계
|
||||
<span className="font-medium text-ink">@{data.domain}</span> 와(과) 주고받은 메일 · <span className="text-ink-muted">내가 수신·참조(CC)된 메일만 표시</span>
|
||||
</p>
|
||||
{data.error && <span className="text-xs text-status-pending-fg">일부 메일함을 읽지 못했습니다</span>}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user