Skip to content

fix: 찌르기 버튼 비활성화일 때 터치 시 토스트 메시지 미노출#341

Merged
jihun32 merged 5 commits into
developfrom
fix/#331/TWI-114
Jun 4, 2026
Merged

fix: 찌르기 버튼 비활성화일 때 터치 시 토스트 메시지 미노출#341
jihun32 merged 5 commits into
developfrom
fix/#331/TWI-114

Conversation

@jihun32
Copy link
Copy Markdown
Contributor

@jihun32 jihun32 commented Jun 1, 2026

🔗 관련 이슈

📙 작업 내역

  • 찌르기 버튼 비활성화일 때 터치 시 토스트 메시지 미노출

🎨 스크린샷 또는 시연 영상 (선택)

2026-06-01.8.37.18.mov

@linear-code
Copy link
Copy Markdown

linear-code Bot commented Jun 1, 2026

TWI-114

@clxxrlove
Copy link
Copy Markdown
Member

@coderabbitai summary

@github-actions github-actions Bot requested a review from clxxrlove June 1, 2026 11:38
@jihun32 jihun32 changed the title Fix/#331/twi 114 fix: 찌르기 버튼 비활성화일 때 터치 시 토스트 메시지 미노출 Jun 1, 2026
@clxxrlove clxxrlove added the fix label Jun 1, 2026
@github-actions github-actions Bot added D-2 and removed D-3 labels Jun 2, 2026
Copy link
Copy Markdown
Member

@clxxrlove clxxrlove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고했어 ~~!!

if state != .disabled {
onTap()
}
onTap()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이게 비활성 상태에서 토스트를 보여줘야 해서 disabled에서도 onTap을 둔걸로 보이는데, 이게 shared 컴포넌트라 여기서 수정하는거보다는, 필요한 callsite에서 별도로 opt-in 처리하는게 더 나을 거 같아

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마지막 PR에서 반영할게
shared 컴포넌트 수정 아예 없이 가려면 호출부에서 overlay로 clear한 영역 덮어야하는데 부자연스럽다고 생각해서 TXButton에 allowsActionWhenDisabled 파라미터 추가해서 Component 조금 수정할테니 확인하고 의견줘!

@github-actions github-actions Bot added D-1 and removed D-2 labels Jun 3, 2026
jihun32 pushed a commit that referenced this pull request Jun 4, 2026
@jihun32 jihun32 force-pushed the fix/#331/TWI-114 branch from 531c8c9 to bbc04f2 Compare June 4, 2026 04:59
@jihun32 jihun32 merged commit fdfd6ae into develop Jun 4, 2026
8 checks passed
@jihun32 jihun32 deleted the fix/#331/TWI-114 branch June 4, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants