fix: Update the payments page#134
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
This stack of pull requests is managed by Graphite. Learn more about stacking. |

TL;DR
Updated SvelteKit and Svelte to latest versions, added new Card component with stories, implemented payment grouping by household, and created experimental form attachment utilities.
What changed?
@sveltejs/kitfrom v2.47.0 to v2.53.4 andsveltefrom v5.36.5 to v5.53.6getCurrentPaymentsByHousehold()function to group payments by householduseRemoteattachment utility for enhanced form handling with documentationamountfield to bulk bill editing functionalityHow to test?
Why make this change?
The framework updates provide latest features and bug fixes. The payment grouping improves UX by organizing payments more logically. The Card component provides a reusable UI building block. The experimental form utilities explore better form handling patterns for future implementation.