[RELEASE] v0.0.2#221
Conversation
- 통계 캘린더 헤더의 충돌 해결 중 깨진 JSX 구조를 수정했습니다 - 선택 날짜 표시 로직과 sticky 헤더 레이아웃을 함께 유지했습니다 - 변경된 날짜 유틸 경로에 맞게 import를 수정했습니다 - 통계 캘린더 헤더 간격을 margin 대신 gap으로 조정했습니다
…modal-api # Conflicts: # apps/timo-web/app/[locale]/(main)/(with-time-sidebar)/home/_containers/HomeTodoContainer.tsx # apps/timo-web/components/todo-modal/create/CreateTodoModalContent.tsx # apps/timo-web/hooks/todo-modal/common/use-tag-field.tsx # apps/timo-web/hooks/todo-modal/detail/use-detail-todo-form.ts # apps/timo-web/utils/todo/tag-label.ts
- 해당 날짜 투두 총 개수가 20개 이상이면 Add task 클릭 시 모달을 열지 않고 안내 토스트를 노출했습니다 - Today/Home 화면의 Add task 버튼에 동일 로직을 적용했습니다 - 안내 토스트 문구를 완료 여부와 무관한 전체 개수 기준으로 수정했습니다
- 클릭이 동작하지 않는 생성 모달 체크박스에서 cursor-pointer를 제거했습니다
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- public/favicon.png를 next.js metadata.icons에 연결해 브라우저 탭 파비콘을 표시했습니다. - 정적 title/description을 generateMetadata로 전환해 로케일(en/ko)별 텍스트가 반영되도록 했습니다. - metadataBase, Open Graph, Twitter Card, hreflang(alternates), robots, formatDetection 등 SEO 메타데이터를 추가했습니다. - messages/en.json, messages/ko.json에 Metadata 네임스페이스를 추가했습니다.
- API 클라이언트가 실제로는 swagger-typescript-api가 아닌 Orval 기반임을 반영해 stack.md를 수정했습니다. - Git Hooks를 Husky 단독이 아닌 Husky + lint-staged 조합으로 정정했습니다. - SVG 아이콘 생성 방식을 SVG sprite에서 실제 사용 중인 SVGR로 수정했습니다. - structure.md의 모노레포 트리에서 존재하지 않는 lib/를 제거하고 api/, containers/ 등 실제 디렉터리를 반영했습니다. - components.md의 예시 도메인을 존재하지 않는 auth에서 실제 존재하는 focus 도메인으로 교체했습니다. - commit.md의 config 스코프에 누락된 tailwind-config 패키지를 추가했습니다. - tokens.md에 실제 CSS에는 있지만 문서화되지 않았던 Radius, Shadow, Z-Index, overlay 색상 토큰을 추가했습니다.
- withdrawConfirmTitle을 plain t() 대신 t.markup()으로 호출해 red 태그 미제공 에러를 해결했습니다 - 실사용처가 없는 logoutConfirmTitle 필드를 훅과 타입에서 제거했습니다
…modal [FEAT] 설정 페이지 확인 모달 개선
- app/[locale]/layout.tsx는 locale 세그먼트까지의 params만 받아 하위 경로를 알 수 없는데도, alternates.canonical/languages와 openGraph.url을 항상 locale 루트 경로로 고정해 모든 하위 라우트가 홈 URL을 상속했습니다. - 경로 종속 필드를 제거하고, locale에만 의존하는 openGraph 필드(type, siteName, title, description, locale, alternateLocale)는 유지했습니다.
- (main) 라우트 그룹은 AuthGuardProvider로 로그인이 필요한 개인화 화면이라 robots.index/follow를 false로 설정해 검색 엔진 노출에서 제외했습니다.
- 로그인 페이지에 generateMetadata를 추가해 로케일별 title/description과 경로 고유 canonical(/{locale}/login)을 설정했습니다. messages의 Login 네임스페이스에 title 키를 새로 추가했습니다.
- 약관 페이지에 generateMetadata를 추가해 type 쿼리 파라미터(SERVICE/PRIVACY)에 따라 기존 Settings.nav.policy/privacy 문자열을 재사용한 제목과 경로 고유 canonical(/{locale}/policy)을 설정했습니다.
[FEAT] 파비콘·SEO 메타데이터 설정 및 아키텍처 문서 동기화
- api/common, types/, hooks/ 루트에 흩어져 있던 스키마·타입·훅을 도메인별 폴더로 이동했습니다 - 폴더 이동으로 깨진 import 경로를 전체 수정했습니다 - 쿼리/뮤테이션 훅 11개의 파일명·함수명을 -query/-mutation, ~Query/~Mutation 컨벤션으로 통일했습니다
- naming.md에 TanStack Query 훅의 파일명·함수명 컨벤션을 추가했습니다 - timo-api-integration 스킬의 _queries 훅 작성 가이드와 예시를 새 컨벤션에 맞게 갱신했습니다
…ping [FIX] 캘린더 팝업 하단 날짜 잘림 수정
…convention [REFACTOR] 폴더 구조 정리 및 쿼리/뮤테이션 훅 네이밍 컨벤션 적용
[FIX] 상세 TODO 조회/수정/삭제 API 연결 개선
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 25 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (105)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Timo Performance ReportBundle Size — timo-web
Lighthouse — timo-web
Image Optimization — timo-web
측정 커밋: |
What's Changed
Full Changelog: v0.0.1...v0.0.2