feat(archive): 아카이브 폴더를 macOS 스타일 인터랙티브 폴더로 교체#57
Merged
Conversation
SVG 폴더 실루엣 + 종이 시트 3장이 hover 시 솟아 부채처럼 펼쳐지고 앞 덮개가 rotateX로 열리는 인터랙션 추가. 순수 CSS(group+transform)로 구현해 Server Component 유지, prefers-reduced-motion 대응. 색상은 primary-on-dark 토큰 기반 그라데이션, props(year,count)·링크 유지. Closes #52 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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.
개요
아카이브 인덱스의 정적 폴더 카드를 macOS Finder 스타일의 인터랙티브 폴더로 교체했습니다. hover 시 종이 시트 3장이 솟아 부채처럼 펼쳐지고 앞 덮개가 rotateX로 열립니다.
관련 이슈
Closes #52
변경 유형
구현 메모
'use client'없음)primary-on-dark토큰 기반 그라데이션(color-mix) — 신규 디자인 토큰 추가 없음prefers-reduced-motion시 애니메이션 비활성(motion-safe:), 모바일(hover 미지원)은 정적 + 탭 이동year,count) 및/archive/[year]링크 구조 유지 → 기존 테스트 호환체크리스트
코드 품질
npm run build통과npm run lint통과npx tsc --noEmit통과기능 검증
/archivehover 동작)접근성
aria-hidden, 링크 키보드 포커스 가능