Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📑 이슈 번호
#276
🚧 구현 내용
메타 데이터를 가져오는 api 함수를 수정하였습니다.
네이버 블로그와 같은 iframe으로 이루어진 사이트는 메타 데이터를 가져오지 못하는 문제를 해결하였습니다.
링크 생성, 수정 폼 validation을 변경하였습니다.
https://
http://
file://
프로토콜 형식은 지키면서존재하지 않는 url을 입력 시에도 title 인풋의 disabled를 false로 변경하였습니다. (대신 제목에 아무것도 들어가지 않음)
중복 호출 방지
링크 생성 버튼을 빠르게 클릭 시 링크가 중복해서 생성되는 문제가 발생해서
링크 생성, 수정, 삭제, 메타 데이터 가져오는 버튼을 api 호출 중일 때 중복 클릭할 수 없도록 구현하였습니다.
로딩 스피너 추가
메타 데이터를 가져올 때와 링크 생성, 수정, 삭제 시 로딩 스피너를 추가하였습니다.
🚨 특이 사항