fix: merge site-overhaul QA nits + svelte-notes + practice count #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "site-overhaul"
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
Merges the 4 remaining commits from
site-overhaulthat were not included in the initial squash merge (#45). Includes QA content fixes, @svelte-notes migration annotations on all 8 public pages, and practice count correction.Changes
staff.html— Coach Manny name fix, NanoReleaf sponsor additionsponsors.html— sponsorship FAQ content updateteams.html— comprehensive @svelte-notes migration annotationsschedule.html/ content references — practice count corrected from 3 to 2Test Plan
Review Checklist
Related Notes
westside-playground— landing site prototypesEvery public page now has complete promotion annotations: - @api endpoints with signatures - @state reactive variables (or 'none' for static pages) - @svelte-notes translation guide (toggle→runes, sections→{#each}, etc.) - @data-philosophy on teams.html (render partial data gracefully) - @data-sources on schedule.html (contracts system, team config) - Nav/Footer noted as +layout.svelte on every page Static pages (index, about): documented as no-API, hardcoded copy. Dynamic pages (teams, schedule, tryouts, gear, staff, sponsors): documented with API endpoints and component patterns. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>