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.
📝 관련 이슈
💻 작업 내용
1. ⭐️ 받을 정산 헤더 부분을 조금 수정했습니다!!!
1.1 배경색 버그 수정
DescriptionField의 기본 색깔을 흰색으로 설정하고 props로 색깔을 전달해서 회색으로 설정할 수 있도록 해뒀더니 이 페이지에 영향을 끼쳤더라구요.. 회색이 적용되도록 다시 수정했습니다.
1.2 계좌번호 복사 포맷 변경
지금은 계좌번호만 복사되게 되어 있는데 보다보니 은행도 같이 복사되어야 송금앱에서 인식을 해줬던 것 같아서
신한 123456789
요런 식으로 복사와 표시 포맷을 바꿔주었습니다.혹시 잘못된 기능이면 말씀주세요!! 당장 복구하겠습니당
2. 캐릭터 공유 API 연결과 화면 구성
2.1 캐릭터 공유 API를 연결하고 엉망이던 배경색을 정리했습니다
2.2 데이터가 없는 경우의 페이지를 추가했습니다.
지금은 정산이 완료되지 않은 경우에도 api를 호출하면 캐릭터 데이터가 잘 오는 상황이긴 한데요 (....)
이 페이지는 임의로 접근 가능한 페이지이기도 해서 null로 두면 안될 것 같아 못생긴(...) 에러 페이지를 하나 만들어두었습니다.
(API가 변경될수도 있으니..?)
📸 스크린샷