feat(gui): carry composable Logs filters with responsive controls - #3712
Conversation
Preserve the four original #3625 commits and add behavioral regression coverage, scoped responsive containment, and documentation for loaded-ring filter semantics. Co-authored-by: SB Yoon <44089734+yansigit@users.noreply.github.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: true✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
✅ Deterministic PR hygiene checks passed. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 248177c9ec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 248177c9ec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
리뷰 · 우선순위 63 / 80이 PR은 원본 파일 범위가 큽니다(+1528). 우선순위 63인 이유다. 사용자에게 보이는 Logs UX이고 D-lane 통합 문서(040/041/042/060)와도 맞지만, A runtime·C OAuth·B catalog 차단 버그는 아닙니다. 체크에 경로/심볼 - 메인테이너의 판단이 필요한 지점
너의 추천 이 댓글은 grok-bot이 작성했습니다 |
Summary
Carry #3625 with its four original SB Yoon commits. Logs combines provider, exact model, time, speed, status, surface and conversation filters over the loaded ring, with counts and one reset action. Refresh reconciles option spelling and permanently clears vanished selections. Reset returns focus to the All radio; time windows use the proxy timestamp and monotonic elapsed time, with a documented older-proxy fallback.
Adds rendered refresh/race/accessibility regressions, responsive containment and dashboard documentation. Original source: 4f79746. The original PR will close after verified dev integration.
Verification
Screenshots use synthetic data and the real component/styles in the production-sized shell.
Checklist
Co-authored-by: SB Yoon 44089734+yansigit@users.noreply.github.com