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] 단축 URL 복사 구현 #114

Merged
merged 2 commits into from
Aug 19, 2024
Merged

[feat] 단축 URL 복사 구현 #114

merged 2 commits into from
Aug 19, 2024

Conversation

darkdulgi
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

  • Tab키로 버튼 선택하는 버그 고침
  • 단축 URL 복사 기능 구현

'공유하기' 버튼을 클릭하면 해시값을 서버로부터 받고 api 호출 주소와 해시값을 붙인 문자열을 사용자의 클립보드에 복사합니다.

@darkdulgi darkdulgi added the feat 기능 구현 label Aug 19, 2024
@darkdulgi darkdulgi self-assigned this Aug 19, 2024
.catch((e) => {
console.log(e);
.catch(() => {
navigator.clipboard.writeText("https://softeer-awesome-orange.vercel.app/");
Copy link
Collaborator

Choose a reason for hiding this comment

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

오프라인 폴백 매우 좋습니다.

@lybell-art lybell-art merged commit ba3a842 into dev Aug 19, 2024
1 check passed
@lybell-art lybell-art deleted the feature/10-interactionpage branch August 28, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants