## Description After a donation succeeds, update the pool detail page to show the new raised amount without a full page reload. ## Deliverables - [ ] After DonateModal reports success, call `fetchPool(poolId)` to refresh pool data - [ ] Pool's progress bar and raised amount update to reflect the new donation - [ ] `npm run build` passes ## Notes Depends on #96 (DonateModal error state) and #75 (fetchPool action).
Description
After a donation succeeds, update the pool detail page to show the new raised amount without a full page reload.
Deliverables
fetchPool(poolId)to refresh pool datanpm run buildpassesNotes
Depends on #96 (DonateModal error state) and #75 (fetchPool action).