fix: goPage() 빈 화면 버그 — 4개 페이지 인라인 display:none 제거 - #44
Draft
bmbyeolhae wants to merge 1 commit into
Draft
Conversation
page-home, page-notifications, page-deposit, page-vip에 인라인 style="display:none"이
CSS .page.active{display:block}을 덮어 클릭해도 빈 화면이 나타나는 문제 수정
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
📝 수정 내역
page-home,page-notifications,page-deposit,page-vip4개 페이지에서 인라인style="display:none"제거🐛 원인
goPage()는.active클래스 토글로 페이지를 전환하고, CSS.page.active { display: block }으로 표시를 제어합니다.그러나 위 4개 페이지에 인라인
style="display:none"이 하드코딩되어 있어 인라인 스타일이 CSS를 이기는 문제가 있었습니다.결과: 대시보드 홈 / 알림 자동화 / 보증금 관리 / VIP 상품관 메뉴 클릭 시 항상 빈 화면 노출
🖥 화면 변경
page-home,page-notifications,page-deposit,page-vip⚙️ 데이터/API 변경
🧪 테스트 방법
🔗 Preview URL
Vercel 자동 배포 예정
📎 관련 이슈
Closes #43