-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: 강의 코드 클릭 시에 강의 공유가 가능한 텍스트를 클립보드에 복사한다. #68
Comments
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- 강의 코드 복사 버튼의 UI 작업을 완료했습니다.
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- 버튼 클릭 시에 강의 코드를 복사하도록 작업을 완료했습니다.
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- 링크 공유 시에 썸네일과 더불어 추가적인 정보를 노출하기 위한 meta 태그를 작성하였습니다.
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- 강의 코드 복사 버튼의 UI 작업을 완료했습니다.
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- 버튼 클릭 시에 강의 코드를 복사하도록 작업을 완료했습니다.
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- 링크 공유 시에 썸네일과 더불어 추가적인 정보를 노출하기 위한 meta 태그를 작성하였습니다.
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- header의 HeaderInstructorControls 하위의 중복된 replaceAudioTrack을 제거하였습니다.
LellowMellow
referenced
this issue
in LellowMellow/web13_Boarlog
Nov 28, 2023
- 코드 리뷰에 따라 오타를 수정하였습니다.
LellowMellow
added a commit
that referenced
this issue
Nov 28, 2023
…code-copy-button Feature(#68): 강의 코드 공유 버튼 구현
Jw705
referenced
this issue
in Jw705/web13_Boarlog
Dec 7, 2023
강의 페이지의 쿼리스트링에 맞춰서 강의코드를 표시하고, 복사 내용에도 반영합니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
강의 코드 복사 버튼 작업 #68
To-Do
추가 사항
강의 코드 공유 버튼 UI를 작업한 후, 클릭 시에 공유할 수 있도록 기능을 추가하였습니다.
복사한 텍스트는 아래와 같습니다.
해당 기능으로 추후에 서비스 링크를 공유할 것에 대비하여
index.html
에 meta 태그를 추가 작성하였습니다.open graph
를 추가 작성하여 카카오톡 공유 시에 썸네일 이미지와 서비스 이름, 서비스에 대한 설명이 노출되도록 하였습니다.추가적으로 중복된 코드를 제거하였습니다. (Header/components/HeaderInstructorControls.tsx 내부)
2023-11-28.15-17-28.mp4
The text was updated successfully, but these errors were encountered: