fix(tui): show only active apps per period - #228
Conversation
Exclude gap-filled analyzer rows from the Apps column so each aggregate period lists only tools with actual activity. Signed-off-by: jimyag <git@jimyag.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe TUI’s “All Tools” view now includes an analyzer in a daily Apps column only when that analyzer has activity on that date. A regression test covers analyzers with activity on different dates. ChangesAll Tools daily aggregation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
mike1858
left a comment
There was a problem hiding this comment.
Perfect; I've been meaning to fix this for awhile.


Summary
Show only tools that had actual activity in each Apps column period instead of including analyzers whose gap-filled daily row was empty.
Key changes
Validation
cargo build --quietcargo test --quiet(410 passed)cargo clippy --quiet -- -D warningscargo doc --quietcargo fmt --all --quietSummary by CodeRabbit
Bug Fixes
Tests