Editor
match history
{#each matches as match}
selectMatch(match.id)} class:selected={match.id === selectedMatchId} >
{formatMatchTimestamp(match.timestamp)}
hex
{/each}
{#if selectedMatchLog !== undefined}
{:else}
{/if}
Submit