Sync westside-contract.html with deployed SvelteKit contract page #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Feature
Lineage
Standalone -- sync task from westside-app#72
Repo
forgejo_admin/pal-e-playgroundUser Story
As a developer
I want the playground prototype to match the deployed SvelteKit contract page
So that the playground remains a reliable source of truth for future design iterations
Context
The SvelteKit contract page (
westside-contracts/src/routes/contract/[token]/+page.svelte) received direct edits that diverged from the playground HTML. The playground needs to be updated to reflect these production changes so the two stay in sync.Key content changes made in SvelteKit:
File Targets
Files the agent should modify:
westside-contract.html-- sync content with deployed SvelteKit versionFiles the agent should NOT touch:
Acceptance Criteria
Test Expectations
Constraints
{#if},${proratedFee}) must be converted to hardcoded valuesChecklist
Related