Sync westside-contract.html with deployed SvelteKit #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "5-sync-westside-contract-html-with-deploye"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Syncs the playground contract prototype with the deployed SvelteKit contract page. The SvelteKit file received direct edits that diverged from the playground -- this brings the playground back in sync.
Changes
westside-contract.html-- updated contract body content in both travel and local sections:Test Plan
westside-contract.htmlin browser -- verify travel contract content matches SvelteKitwestside-contract.html?type=localin browser -- verify local contract matches SvelteKitReview Checklist
westside-contract.htmlmodified -- no SvelteKit files touchedRelated
Review: LGTM
Verified all five sync points against the SvelteKit source (
westside-contracts/src/routes/contract/[token]/+page.svelte):prorated ($165)(line 995)prorated (${proratedFee})= $165prorated ($165)(line 1072)prorated (${proratedFee})= $165Prorated fee math confirmed:
Math.round(200 * 25 / 30 / 5) * 5 = 165.No CSS or JS changes. Content-only sync. Clean.
Pull request closed