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] 편지 등록 컴포넌트 수정, API 연동 #30

Merged
merged 34 commits into from
Oct 3, 2024
Merged

Conversation

yyypearl
Copy link
Contributor

@yyypearl yyypearl commented Oct 3, 2024

연관 이슈

close #18


개요

편지 등록 컴포넌트 수정, API 연동

✅ 작업 내용

  • 프로그래스 바 삭제
  • 편지 등록 recoil 상태 관리
  • 편지 등록 API 연동
  • UI 수정에 따른 Letter 컴포넌트 변경

🖥 구현 결과

20241003_214953.mp4

📝 기타 사항

  • Letter 컴포넌트 변경이 있어요! 아마 언니가 작업할 부분이랑은 안 겹칠 거 같긴 한데, 편지 등록에서 미리보기로 보는 부분이 템플릿 선택에서는 사진, 내용 둘 중 하나만 한 페이지 (7줄 제한)으로 나오고, 마지막 최종 미리보기에서는 페이지네이션이 되어야해서 (마찬가지로 7줄 제한) contentType 추가해서 좀 변경했습니다! 혹시 잘못 건들인 거 있으면 알려주세요..!


@yyypearl yyypearl added the ✨ feat 새로운 기능 추가 label Oct 3, 2024
@yyypearl yyypearl requested a review from hyo-4 October 3, 2024 12:56
@yyypearl yyypearl self-assigned this Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

🎉 Deploy Preview

https://lettering-caj3udqxn-yyypearls-projects.vercel.app
여기에서 배포 결과 확인하기


const content =
"오래전에 함께 듣던 노래가 발걸음을 다시 멈춰서게 해\n이 거리에서 너를 느낄 수 있어\n널 이곳에서 꼭 다시 만날 것 같아\n너일까봐 한 번 더 바라보고\n너일까봐 자꾸 돌아보게 돼\n어디선가 같은 노래를 듣고\n날 생각하며 너 역시 멈춰있을까\n오래전에 함께 듣던 노래가\n거리에서 내게 우연히 들려온 것처럼\n살아가다 한 번 쯤 우연히 만날 것 같아\n사랑했던 그 모습 그대로\n오래전에 함께 듣던 노래가 발걸음을 다시 멈춰서게 해\n이 거리에서 너를 느낄 수 있어\n널 이곳에서 꼭 다시 만날 것 같아\n너일까봐 한 번 더 바라보고\n너일까봐 자꾸 돌아보게 돼\n어디선가 같은 노래를 듣고\n날 생각하며 너 역시 멈춰있을까\n오래전에 함께 듣던 노래가\n거리에서 내게 우연히 들려온 것처럼\n살아가다 한 번 쯤 우연히 만날 것 같아\n사랑했던 그 모습 그대로\n";
// const content =
Copy link
Member

Choose a reason for hiding this comment

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

근데 사용자가 입력할때도 \n이 입력이 되려나?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

저거는 내가 테스트하려고 넣어본 거였는데, textarea에서 엔터쳐도 그대로 반영되더라구. 구현 영상 보면 엔터가 미리보기에 그대로 나오고 있는! 그래서 전에 얘기했던 html 변환하는 건 안해도 될 거 같아👍🏻

@hyo-4 hyo-4 merged commit b4a161a into develop Oct 3, 2024
1 check passed
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.

[Feat] 홈 > 편지 등록
2 participants