Skip to content

Conversation

@tifsy
Copy link
Collaborator

@tifsy tifsy commented Mar 5, 2025

✅ 요약

🪄 변경사항

임시저장 편지

  • 임시저장된 편지 조회 기능 구현
  • 임시저장된 편지 모달에 스크롤 기능 추가
  • 임시저장된 편지 모달이 재오픈 될 때 임시저장된 편지가 최신화 되지 않는 오류 해결
  • 임시저장된 편지 모달에서 각각 편지 클릭 시 이동하도록 로직 추가
    (location으로 데이터를 넘겨주는 부분을 추후 추가할 거라서 일단 주석처리 해두었습니다!)

오고 있는 편지

  • 통일성을 위해 오고 있는 편지를 조회하는 함수인 fetchIncomingLettersApi 를 getIncomingLetters 로 이름 변경

🖼️ 결과 화면 (선택)

image

💬 리뷰어에게 전할 말 (선택)

  • 화이팅 🕺🏻💃🏻

@tifsy tifsy added the ✨ Feature 기능 개발 이슈 label Mar 5, 2025
@tifsy tifsy self-assigned this Mar 5, 2025
@tifsy tifsy requested a review from wldnjs990 March 5, 2025 07:09
Copy link
Collaborator

@wldnjs990 wldnjs990 left a comment

Choose a reason for hiding this comment

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

pull만 받아주시면 바로 머지하겠습니다!!!!🥕🥕🥕🥕🥕🥕

Comment on lines +22 to +26
const { data } = await client.get('/api/letters?status=draft', {
// headers: {
// Authorization: `Bearer ${token}`,
// },
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

토큰값은 인터셉터 없을때 임시로 넣으셨던 건가용??

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

맞아요! 다음 커밋에서 지울게요 😇

@wldnjs990 wldnjs990 merged commit 9812d33 into develop Mar 5, 2025
@wldnjs990 wldnjs990 deleted the 54-get-draft-letter branch March 5, 2025 07:21
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.

feat: 임시저장된 편지 조회 기능 구현 (mock api)

3 participants