feat: update sidebar nav, add open play toggle, mark courts 5-6 as open play

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ivan
2026-03-02 03:55:13 +00:00
parent 0753edb275
commit a882c8698d
3 changed files with 28 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ async function main() {
type: CourtType.OUTDOOR,
status: CourtStatus.AVAILABLE,
pricePerHour: 300,
isOpenPlay: i >= 5,
description: 'Outdoor court with night lighting',
features: ['Night lighting', 'Court dividers'],
displayOrder: i,