feat(desktop): 일지 목록·드로어에 저장처(journal·Notion·Obsidian) 아이콘 스택#263
Conversation
- listRecentMerged 가 페이지별 sinks 를 채움: journal 은 파일명 패턴(daily/ISO 주차/연-월) 또는 frontmatter notion 참조 매칭, obsidian 은 export.folder readdir 1회로 기간 라벨 정규화 대조 - obsidian export 파일명은 발행 실행일 기준(YYYY-MM-DD[-period].md)이라 파일명 직접 비교 대신 ISO 주차·월 라벨로 정규화 (worklog-sinks.ts) - 페이지당 stat 없이 readdir 1회 + Set 재사용 — 목록 로딩 비용 불변 - worklog-sinks 순수 함수 spec 동반 (연 경계 주차 포함) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- PageRow 단일 소스 표기(로컬/워크스페이스 텍스트)를 겹침 아이콘 스택으로 교체 — HardDrive·NotionMark(흰 타일)·ObsidianMark, -ml-1.5 + ring-2 ring-surface-1 - hover title 에 전체 나열(로컬 일지 · Notion (label) · Obsidian), 드로어 헤더 서브라인도 sinks 기반 텍스트로 - 구버전 로컬 캐시(sinks 없음)는 workspaceLabel 로 유추하는 fallback (lib/sinks.ts) - 미사용이 된 source.local 키 제거 (source.localDesc 재사용) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 46 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: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
✨ 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
요약
일지 목록·드로어에서 각 항목이 어디에 저장돼 있는지(로컬 journal / Notion / Obsidian 미러 폴더)를 텍스트 나열 대신 컴팩트한 겹침 아이콘 스택(아바타 스택)으로 전부 표시.
작업사항
RecentPage.sinks계산 (worklog-sinks.ts+listRecentMerged)YYYY-MM-DD.md/ weeklyYYYY-Wnn.md/ monthlyYYYY-MM.md) 또는 frontmatternotion참조 매칭export.folder설정 + 해당 파일 존재. export 파일명이 발행 실행일 기준(YYYY-MM-DD[-period].md)이라 ISO 주차·월 라벨로 정규화해 대조로컬 일지 · Notion (Personal) · Obsidian). 드로어 헤더 서브라인도 sinks 기반 텍스트로sinks?추가 — 구버전 로컬 캐시(sinks 없음)는 workspaceLabel 로 유추하는 fallback. 미사용이 된source.locali18n 키 제거체크리스트
type(scope): 한국어 주제)package.jsonversion bump — 릴리스 PR 에서 일괄 (ADR 0020, bump 절제)docs/progress/일지 갱신🤖 Generated with Claude Code