Bug: Queens color switch not working — accent stays red instead of pink #116
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/westside-app#116
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
Bug
Lineage
Regression from PR #99 — playground has
.queens-activeCSS class that swaps--color-redto pink, but the JS to toggle this class wasn't promoted to SvelteKit.Repo
forgejo_admin/westside-appWhat Broke
When clicking the Queens tab on /schedule, /gear, /tryouts, or /teams, the accent color stays red (Kings color). Should switch to pink (
#e91e8c) per the playground CSS.queens-activeclass.Repro Steps
Expected Behavior
Queens tab active → accent color switches to pink. The CSS rule exists in
app.css(line ~2905,.queens-activeclass). The missing piece is JS that adds/removes this class when the toggle is clicked.Environment
File Targets
Files the agent should modify:
queens-activeclass to body/container when Queens is selectedFiles the agent should NOT touch:
src/app.css— the CSS rule already exists, no changes neededAcceptance Criteria
Related
project-westside-basketball