The rental check catch block was incorrectly setting hasActiveRental=true for project owners when the API call failed (e.g. auth token not synced). This showed a "Rented" badge with no time remaining and hid the rent button. - Separate "owner can play" from "has active rental" via new isOwner computed - canPlay now includes isOwner so owners always have playback access - Catch block no longer fakes a rental — keeps the badge accurate - New purple "Your project" badge for owners (distinct from green "Rented") Co-authored-by: Cursor <cursoragent@cursor.com>
7.9 KiB
7.9 KiB