Skip to content

[KW-696] fix: password modal and change message#40

Merged
jiwon0226 merged 4 commits intodevelopfrom
KW-696/fix/password-modal-and-change-message
Jun 18, 2025
Merged

[KW-696] fix: password modal and change message#40
jiwon0226 merged 4 commits intodevelopfrom
KW-696/fix/password-modal-and-change-message

Conversation

@jiwon0226
Copy link
Contributor

@jiwon0226 jiwon0226 commented Jun 18, 2025

🔷 관련 Jira Ticket ID

KW-696


📌 작업 내용 및 특이사항

  • 비밀번호 모달 재인증 시간 추가 : 한번 인증하면 설정한 시간안에서는 마이페이지 진입시 비밀번호 인증 모달 노출이 안되는 기능

    • 마이페이지 상태에서 백그라운드 상태로 변했다가, 인증 유효시간 초과 후 포그라운드로 이동했을 때, 비밀번호 모달 재출현하도록 변경
      • 모달에서 뒤로가기 버튼을 눌렀을 때, 백그라운드에서 포그라운드로 변경시 마이페이지로 진입하는 (이전탭을 기억하지 못함) 문제 발생.
      • 백 -> 포 변경과 탭 이동으로 마이페이지 진입 여부를 분기하여 기억해서 처리하도록함. (백 -> 포 에서는 이전버튼 누르면 안전하게 홈으로 이동하게 변경)
  • 현재 라우트 이름을 로그인 여부에 따라 분기하도록 함. (초반에)

  • 출입증에 임시 글자 빼고, 출입 목록 상세 조회에서 승인 여부에 줄바꿈 제거


📚 참고사항

  • 줄바꿈 제거 방법
    <Text style={styles.modalText}> 승인 여부: {(data.approval || '').replace(/\n/g, '')} </Text>

  • 라우트 이름 변경 전에 발생했던 에러

스크린샷 2025-06-18 오후 6 54 49
  • ui 적으로 바뀐 부분 결과

@github-actions github-actions bot changed the title KW-696/fix: password modal and change message [KW-696] fix: password modal and change message Jun 18, 2025
Copy link
Contributor

@js4939 js4939 left a comment

Choose a reason for hiding this comment

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

확인했습니다

@jiwon0226 jiwon0226 merged commit 8b457b7 into develop Jun 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants