-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chat] 답장하기 버튼에 data-id 추가 #3556
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## epic/geochat #3556 +/- ##
================================================
- Coverage 10.10% 10.10% -0.01%
================================================
Files 726 726
Lines 28220 28221 +1
Branches 7720 7720
================================================
Hits 2852 2852
- Misses 25348 25349 +1
Partials 20 20 ☔ View full report in Codecov by Sentry. |
release-canary |
v13.34.1-pr-3556.53 has been published! |
release-canary |
v13.34.1-pr-3556.55 has been published! |
release-canary |
v13.34.1-pr-3556.56 has been published! |
@@ -3,7 +3,8 @@ import { Container, Text } from '@titicaca/core-elements' | |||
import { format, setDefaultOptions } from 'date-fns' | |||
import { ko } from 'date-fns/locale' | |||
|
|||
import { ReplyMessageIcon } from '../icons/reply-meesage-icon' | |||
import { ReplyMessageIcon } from '../icons/reply-message-icon' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앜ㅋㅋㅋ 파일명에 오타가 있었군요
PR 설명
reply button을 구분하기 위해 data-id를 추가합니다. chat-web에서 https://github.com/titicacadev/triple-chat-web/pull/397 이렇게 사용되고 있습니다.
변경 내역
ReplyActionButton
에data-id
를 추가합니다.ReplyActionButton
에 사용되는data-id
를 외부에서 사용할 수 있도록constants
에 추가합니다.