SYMBOL INDEX (28 symbols across 4 files) FILE: src/components/Dashboard/Dashboard.jsx class Dashboard (line 34) | class Dashboard extends Component { method constructor (line 35) | constructor(props) { method componentDidMount (line 44) | componentDidMount() { method matchDetails (line 52) | get matchDetails() { method groups (line 67) | get groups() { method matchNav (line 74) | get matchNav() { method addKeyPressListeners (line 89) | addKeyPressListeners() { method updateGroups (line 123) | async updateGroups() { method updateMatches (line 137) | async updateMatches() { method render (line 153) | render() { FILE: src/components/MatchDetails/MatchTeamScoreboard/MatchTeamScoreboard.jsx class MatchTeamScoreboard (line 7) | class MatchTeamScoreboard extends Component { method goalsLeftPosition (line 8) | get goalsLeftPosition() { method render (line 16) | render() { FILE: src/format/format.js function getColoredCountryName (line 7) | function getColoredCountryName(countryName) { function getFormattedShortCountryName (line 14) | function getFormattedShortCountryName(countryName, fifaCode) { function getFormattedScore (line 21) | function getFormattedScore(match) { function getShortFormattedNonCompletedMatch (line 25) | function getShortFormattedNonCompletedMatch(match) { function getFormattedTeamCodeForCompletedMatch (line 29) | function getFormattedTeamCodeForCompletedMatch(teamCode, winnerCode) { function getShortFormattedCompletedMatch (line 36) | function getShortFormattedCompletedMatch(match) { function getShortFormattedMatch (line 46) | function getShortFormattedMatch(match) { function getFormattedDatetime (line 53) | function getFormattedDatetime(match, displayMinuteIfLive = false) { function getEventTypeFriendlyName (line 63) | function getEventTypeFriendlyName(eventType) { function getFormattedMatchEventLeft (line 83) | function getFormattedMatchEventLeft(event) { function getFormattedMatchEventRight (line 89) | function getFormattedMatchEventRight(event) { function getShortStageName (line 95) | function getShortStageName(match) { FILE: src/notifications/EventTracker.js class EventTracker (line 69) | class EventTracker { method constructor (line 70) | constructor() { method findNewEvents (line 74) | findNewEvents(matches) {