useFolderColors | boolean | true | Whether to use folder colors for teams and seasons. |
club | Object|null | null | The currently active club, or null if no club is selected. |
teams | Array | - | List of teams in the club, sorted by name. |
seasons | Array | - | List of seasons across all teams, sorted by year. |
teamFilterIds | Array | - | List of team IDs to filter choreos by. |
seasonFilterIds | Array | - | List of season IDs to filter choreos by. |
searchTerm | string|null | null | The search term for filtering choreos. |
minCount | number | 0 | Minimum count of choreos to filter by. |
maxCount | number | 400 | Maximum count of choreos to filter by. |
loading | boolean | true | Whether the data is currently loading. |
filterCollapseVisible | boolean | false | Whether the filter section is expanded or collapsed. |