결과 로딩 화면을 온보딩 로고 톤으로 통일 - #12
Open
sanghunmoon wants to merge 2 commits into
Open
Conversation
파란 배경 풀스크린 → 흰 배경 + 마스코트 뒤 컬러 원(radial-gradient)으로 온보딩(LandingPage)과 동일한 로고 트리트먼트 적용. 진행감을 위해 스피너는 유지하되 흰 배경에 맞춰 Toss Blue 색상으로 변경. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
window.print() 인쇄 다이얼로그 방식 대신, 결과 화면 전체를 펼친 상태로 캡처해 A4 멀티페이지 .pdf 파일로 바로 다운로드한다. - html2canvas-pro + jspdf 도입 (Tailwind v4 oklch 색상 캡처 지원) - 저장 직전 더보기·가정 섹션을 모두 펼치고(.pdf-capturing) framer-motion whileInView로 숨은 영역까지 강제 표시해 누락 없이 캡처 - PDF 버튼은 no-print로 캡처에서 제외, A4 높이 초과 시 페이지 분할 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
변경 내용
제출 후 결과 로딩 화면을 온보딩(LandingPage) 로고와 동일한 톤으로 통일했습니다.
변경 파일
frontend/src/index.css— 로딩 화면 스타일frontend/src/result/ResultPage.tsx— 로고 마크업 (halo 원 추가)🤖 Generated with Claude Code