Improvent graphics component for cross country

 

StartCountDown and StarTime now accepts timeSource, that can be dressage or cross

{
  "component": "StartCountDown",
  "timeSource": "cross",
}
{
  "component": "StartTime",
  "timeSource": "cross",
}

New wrapper component that filter upcoming starts sorted by cross country start time.

{
  "component": "UpcomingCrossCountryStartsScoped",
  "layout": { ... }
}