fix(filters): wire remaining app book rating filters to api#816
fix(filters): wire remaining app book rating filters to api#816
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (2)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🧰 Additional context used📓 Path-based instructions (5)frontend/src/**/*.{ts,tsx,html,scss}📄 CodeRabbit inference engine (AGENTS.md)
Files:
frontend/src/**/*.component.ts📄 CodeRabbit inference engine (AGENTS.md)
Files:
frontend/src/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
frontend/src/**/*.{ts,tsx,html}📄 CodeRabbit inference engine (AGENTS.md)
Files:
frontend/src/**/*.{test,spec}.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (4)📚 Learning: 2026-04-04T14:03:28.295ZApplied to files:
📚 Learning: 2026-04-05T21:16:01.715ZApplied to files:
📚 Learning: 2026-04-07T09:28:09.587ZApplied to files:
📚 Learning: 2026-04-11T03:55:57.229ZApplied to files:
🔀 Multi-repo context grimmory-tools/grimmory-docsLinked repositories findingsgrimmory-tools/grimmory-docs
Conclusion: Documentation confirms backend/supporting contract for the three rating keys (strengthening the PR objective that wiring them to the backend is correct). No other cross-repo code consumers were discovered in this repo. 🔇 Additional comments (2)
📝 WalkthroughWalkthroughThis PR removes deprecated local filtering logic ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
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 |
Description
Wires the remaining app book rating sidebar filters through the API filtering, removes the deprecated local sidebar filter helper
Linked Issue: Fixes #815
Changes
The app book browser now relies on backend filtering, but three visible sidebar filters were still not being forwarded from
BookBrowserComponentintoAppBookFilters:lubimyczytacRatingranobedbRatingaudibleRatingThat meant the filters appeared in the UI and the backend supported them, but selecting them did not affect the
/api/v1/app/booksquery- this PR fixes that, and kills the unused sidebar filterSummary by CodeRabbit
New Features
Refactor