[DEV] 부적절한 단어 필터링 모달 추가 및 모달 사이즈 변경#143
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces a client-side harmful keyword filtering system using a predefined blocked words list and a warning modal. It also refactors modal styles and icon color handling. The review feedback highlights a critical issue in the word filtering logic where simple substring matching causes severe false positives for common English words (e.g., "travel" blocked by "av"). Additionally, the feedback points out duplicate validation logic and leftover debugging statements in MainPage.tsx, an undefined CSS class font-16 in ConfirmModal.tsx, and a potential visibility issue with the close icon in ShareModal.tsx due to missing color classes.
🔗 관련 이슈
close #141
✨ 요약
부적절한 단어를 필터링하는 로직을 추가했습니다.
📝 작업 내용