Add anniversary home popup and event page#960
Merged
Conversation
Contributor
Staging 배포 완료URL: https://dev.damoang.net
|
added 2 commits
March 27, 2026 10:51
- confetti 유틸 공용화 ($lib/utils/confetti.ts) - 홈 팝업을 별도 컴포넌트로 분리 (anniversary-home-popup.svelte) - +page.svelte에서 190줄 제거 → 컴포넌트 import 1줄로 대체 - :global(body), :global(.draw-card) 등 전역 스타일 제거 → 래퍼 div 사용 - draw API를 SvelteKit server endpoint 경유 (/api/events/anniversary-draw) - vite-ignore dynamic import 제거 → 정상 import 사용
03a4a97 to
36622e7
Compare
- 로그인 상태를 authStore.isLoading 기반으로 정확히 감지 - 포인트 지급 안내를 '4월 1일 이후 순차 지급'으로 변경 - commemorative-page 히어로 이미지 240→320px, 클로징 이미지 280px - 뽑기 카드 디자인 개선: 아이콘 추가, 결과 패널 중앙 정렬, 지급 일정 배지 - Card 컴포넌트 의존 제거 → 직접 스타일링 (전역 :global 제거)
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.
Summary
Testing