Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
작업 내용
크리에이터가 브랜드로부터 받은 캠페인 제안을 확인할 수 있는 '받은 제안 보기' 상세 페이지를 구현
기존의 '보낸 제안' UI 컴포넌트를 재사용하여 일관된 사용자 경험을 유지하고, 받은 제안 상황에 맞는 하단 액션(수락/거절) 기능을 추가
변경 사항
받은 제안 전용 페이지 추가: received-proposal-content.tsx 신규 생성 및 UI 구현
라우팅 분기 처리: route.tsx에서 쿼리 파라미터 또는 경로 기반으로 보낸/받은 제안 컨텐츠 스위칭 로직 적용
하단 액션 버튼 커스텀: 피그마 디자인 수치 반영 (거절하기 버튼 width: 102px, 전체 패딩 10px 16px)
'제안 수락하기' 버튼 내 mini-logo.svg 아이콘 적용 및 배경색 지정
UI 디테일 수정: 상단 타이틀을 '브랜드 제안 캠페인'으로 수정하고 제안 상태에 따른 뱃지 및 프로필 영역 조정
스크린샷 (선택사항)