Skip to content

sns검증하기및내견적관리 페이지 수정#174

Merged
bangsinchur merged 4 commits intodevfrom
feat/#1_build
Feb 22, 2025
Merged

sns검증하기및내견적관리 페이지 수정#174
bangsinchur merged 4 commits intodevfrom
feat/#1_build

Conversation

@bangsinchur
Copy link
Contributor

작업한 이슈 번호

  • close #{번호}

작업 사항 설명

내용 sns검증하기및내견적관리 페이지 수정

작업 사항

  • sns검증하기- 유효성 검사 추가 /회원가입 , 프로필 수정
  • 내견적 관리 내에 데이터가 없을시 빈 데이터 이미지 추가

기타

@vercel
Copy link

vercel bot commented Feb 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 22, 2025 2:39pm

@bangsinchur bangsinchur added the 완성 Something isn't working label Feb 22, 2025
const validateSnsUrl = (url: string): boolean => {
if (!url) return true;
const snsUrlPattern =
/^@?(https?:\/\/)?(www\.)?(instagram\.com|facebook\.com|twitter\.com|x\.com|youtube\.com|tiktok\.com)\/[a-zA-Z0-9_.-]+\/?$/;
Copy link
Contributor

Choose a reason for hiding this comment

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

만약 해당되는 곳이 아니라면 어쩌죠...? 네이버 블로그일 수도 있습니다.

@bangsinchur bangsinchur merged commit e3187b2 into dev Feb 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

완성 Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants