[Design] 편지 등록 및 쓰기, 새 행성 추가 반응형 UI #101
Merged
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.
연관 이슈
close #98
개요
편지 등록 및 쓰기, 새 행성 추가 반응형 UI
✅ 작업 내용
🖥 구현 결과
20241202_131950.mp4
20241202_132113.mp4
20241202_133218.mp4
20241202_140009.mp4
📝 기타 사항
max-height
735px
,650px
,570px
을 기준으로 작업했습니다! 그리고 추가로 조정해야할 부분의 경우 이 외에 높이 설정으로 조절하기도 했어요! (한 군데 정도?)Letter.tsx
컴포넌트의 반응형이 조금 어렵습니다.. 기존에는 width와 height를 부모로부터 내려서 보여줬는데, 이제 각 타입별로 반응형이 필요해서 컴포넌트 내부에서 각 타입별 (크기별)로 max-height 범위에 따라 크기를 지정해주어야 할 것 같아요! 기존 showType에서도 좀 더 추가되어야 해서 (기존 showType은 크기가 아닌, 컴포넌트 배치를 기준으로 정한 것이어서요!) 복잡해질 것 같아 우선 showType 기준으로만 설정해주었어요.theme.ts
에 반응형 작업 시 필요한 폰트 사이즈 작업하면서 추가해뒀습니다! 디자인 시스템에는 정리되어있지 않아, 작업을 우선 하면서 필요한 타입이 생길 경우마다 추가한 후 나중에 싹 크기에 맞추어 순서대로 정리하면 될 거 같아요!