feat: AI Reviews tab — stats banner + compact table + detail drawers#14
Merged
feat: AI Reviews tab — stats banner + compact table + detail drawers#14
Conversation
… detail drawers
Refactor the AI Reviews tab from a flat card list into a scalable layout:
- Stats banner showing totals, verdicts, weekly count, and avg findings
- Compact sortable/filterable table with paired detail rows (click to expand)
- HTMX-powered "load more" pagination with OOB button updates
- getReviews() now accepts {limit, offset} with newest-first ordering
- New getReviewStats() for single-pass aggregate computation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
getReviews()now accepts{limit, offset}options with newest-first ordering; newgetReviewStats()aggregates totals in a single passTest plan
npx eslintpasses on all three source filesnpm test— 626/626 tests pass (2 test expectations updated for newest-first ordering)http://localhost:3001/dashboard→ Reviews tab renders stats banner + table🤖 Generated with Claude Code