Conversation
…nd template actions (#98) Every admin mutation that previously failed silently now reports success and failure via sonner toasts: - Pipeline board: moving an applicant toasts the destination stage on success; failures toast the server error and re-fetch so the card snaps back to its real column. Board load errors are surfaced too. - Stages manager: add/rename/delete/reorder wrapped in try/catch with toasts; Add button gets a pending spinner; failed reorder reverts the optimistic order. Also fixes two rename bugs: Enter triggered rename twice (keydown + blur), and Escape saved anyway because unmounting the input fired blur. - Notes: add/save/delete toast on success and failure. - Integrations: create/delete/test/retry check res.ok and toast. - Resume data editor: client-side JSON validation before the server roundtrip (prod masks server-action error messages), plus toasts. - New template button: failure toast instead of silently doing nothing.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR systematically adds user-facing toast notifications to async operations across six admin features using ChangesToast notifications across admin features
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. 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 |
Promotes PR #98 to production: sonner toast feedback for every previously-silent admin mutation (pipeline move, stages add/rename/delete/reorder, notes, integrations, resume-data editor, new template), plus two stage-rename bug fixes (double rename on Enter, Escape still saving).
CI green on #98: lint, typecheck, 196 tests, build, Vercel preview.
🤖 Generated with Claude Code
Summary by CodeRabbit