Skip to content
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

[Feat] 발언 조기 종료 구현 #204

Merged
merged 3 commits into from
Dec 2, 2024
Merged

[Feat] 발언 조기 종료 구현 #204

merged 3 commits into from
Dec 2, 2024

Conversation

zizonyoungjun
Copy link
Collaborator

개요

Resolves: #202

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가

작업 내용

  • 발언 시간이 남았을 때에 이를 조기 종료하고 다음 차례 혹은 투표로 넘어갈 수 있도록 하는 useSpeakingControl 훅을 구현하고, 이를 사용하는 버튼을 MainDisplay.tsx에 추가했습니다.

스크린샷

2024-12-01.9.57.08.mov

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다. Commit message convention 참고 (Ctrl + 클릭하세요.)
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@mssak mssak merged commit e252a7a into develop Dec 2, 2024
4 checks passed
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