You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete schedule button; per-schedule slider cal URL; bug fixes
- Add Delete Schedule button to the schedule card footer (hidden for main
schedule). The AJAX handler and JS click handler already existed; this
wires up the UI. On deletion, removes the option from the dropdown and
switches to the main schedule.
- Store slider Schedule Page URL per-schedule (pp_slider_{id}_cal_url)
instead of globally. Modal field, localization, and frontend templates
all read per-schedule with fallback to the legacy global option.
applyScheduleView now syncs the modal field when switching schedules.
- Fix slider_tm in pp_ajax_get_schedule_preview to use schedule_id so
selected_slider_template reflects the correct schedule.
- Rename "Post Game Summary" tab to "Past Game Summary".
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>