Revert to 4bd2f97
This commit is contained in:
@@ -43,4 +43,32 @@ enum Ruleset {
|
||||
}
|
||||
|
||||
/// Different colors for highlighting games
|
||||
enum GameColor { red, orange, yellow, green, teal, blue, purple, pink }
|
||||
enum AppColor { red, orange, yellow, green, teal, blue, purple, pink }
|
||||
|
||||
enum StatisticType {
|
||||
totalMatches,
|
||||
totalWins,
|
||||
totalScore,
|
||||
totalLosses,
|
||||
averageScore,
|
||||
bestScore,
|
||||
worstScore,
|
||||
winrate,
|
||||
}
|
||||
|
||||
enum StatisticScope {
|
||||
allPlayers,
|
||||
//selectedPlayer,
|
||||
selectedGroups,
|
||||
selectedGames,
|
||||
timeframe,
|
||||
}
|
||||
|
||||
enum Timeframe {
|
||||
last7Days,
|
||||
last30Days,
|
||||
last90Days,
|
||||
last180Days,
|
||||
lastYear,
|
||||
allTime,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user