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: 편지쓰기 페이지 구현 #74

Merged
merged 7 commits into from
Feb 7, 2024
Merged

Conversation

easyhyun00
Copy link
Collaborator

🧩 이슈 번호

✅ 작업 사항

편지쓰기 페이지 main 브랜치에 merge 합니다.

👩‍💻 공유 포인트 및 논의 사항

easyhyun00 and others added 5 commits February 2, 2024 18:16
* ✨ feat: Tooltip 컴포넌트, useTimeout 훅 작성 (#57)

* 📦 chore: @radix-ui/react-tooltip 설치

* ✨ feat: useTimeout 훅 작성

* ✨ feat: Tooltip 컴포넌트 작성

* 🔨 refactor: IconButton에 forwardRef 추가

* 💄 design: Tooltip 스토리북 작성

* 📝 style: isOpen 초기 값 delay > 0 로 변경

* 💄 design: 배경 이미지 변경

* ✨ feat: LetterWrite 페이지 편지지 UI 구현

* ✨ feat: LetterWrite 페이지 경로 추가

* ✨ feat: LetterWrite 페이지 바텀시트 UI 구현

* 🔨 refactor: LetterWrite 페이지 컴포넌트 분리

* 🔨 refactor: html 태그 변경 및 인터페이스 분리

* 💄 design: AgeSlider 툴팁 변경

* 🚑 fix: 빌드 오류 수정

* 🚑 fix: 빌드 오류 수정-버튼 스타일 인자

* 🔨 refactor: Button 컴포넌트 사용 및 함수명 변경

---------

Co-authored-by: SangHoon Lee <50488780+bbearcookie@users.noreply.github.com>
* ✨ feat: 편지 내용 글자수 제한 기능 구현

* ✨ feat: 편지 받는이 BottomSheet 클릭 이벤트 구현

* ✨ feat: react-hook-form 에 제출할 폼 내용 등록

* ✨ feat: 사진 form 등록 및 사진 삭제 기능 구현

* ✨ feat: 선택된 편지 받는 사람 표시 구현

* ✨ feat: Zod 를 사용하여 form 유효성 검사

* ✨ feat: 폴라로이드 모달 구현 및 폴라로이드 컴포넌트 수정

* 🔨 refactor: LetterWrite 페이지 컴포넌트 및 스타일 분리

* 🚑 fix: 이미지 삭제 후 같은 이미지 재선택 시 등록 안되는 오류 수정

* 📝 style: px 을 rem 단위로 변경 및 console.log 제거

* ✨ feat: textarea 의 maxLength 속성 사용

* ✨ feat: 스키마의 숫자 값 상수화 및 useForm 에 스키마 타입 추가

* ✨ feat: 이미지 유효성 검사 추가

* 📝 style: 하단 버튼 문구 '보내기'로 변경
* ✨ feat: 편지 작성 모킹 및 API 구현

* ✨ feat: 타입 수정 및 폼 데이터 API 문서에 맞게 값 변환 완료

* ✨ feat: 편지 작성 API 처리

* 📝 style: postLetter API 매개변수명 변경

* 💄 design: Letter Write 페이지 디자인 수정

* 💄 design: 편지 받는 사람 설정 컨테이너 디자인 변경 및 아이콘 변경

* 🔨 refactor: 타입 변경

* 💄 design: 보낸 사람 선택창 필터링 Chip으로 변경 및 UI 수정

* 📝 style: 뷰포트 메타 태그에 user-scalable 비활성화

* 💄 design: AgeSlider padding 추가
@easyhyun00 easyhyun00 added the ✨ Feature 기능 개발 label Feb 7, 2024
@easyhyun00 easyhyun00 self-assigned this Feb 7, 2024
Copy link

github-actions bot commented Feb 7, 2024

🚀 Storybook Preview 보러가기: https://65a6c73d536a3c43b7c5c9bb-mfdsnaoaug.chromatic.com/
🚀 React Preview 보러가기: https://dnd-10th-4-frontend-18uvd5e1y-bbearcookie.vercel.app

Copy link
Member

@bbearcookie bbearcookie left a comment

Choose a reason for hiding this comment

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

고생 많으셨어요~!! 😊👍

@easyhyun00 easyhyun00 merged commit b433d74 into main Feb 7, 2024
7 checks passed
@easyhyun00 easyhyun00 deleted the feat/#55/write-page branch February 7, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

편지쓰기 페이지 구현
2 participants