Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-08-21 | make scroll bars less ugly in chrome | Ilion Beyst | 1 | -0/+14 |
2022-08-21 | extract leaderboard from editor | Ilion Beyst | 3 | -10/+31 |
2022-08-21 | move bot editor to /editor | Ilion Beyst | 3 | -283/+310 |
2022-08-20 | implement LinkButton component | Ilion Beyst | 2 | -3/+5 |
2022-08-19 | create global scss styles | Ilion Beyst | 3 | -37/+3 |
2022-08-16 | consume matches pagination api | Ilion Beyst | 2 | -7/+16 |
2022-08-15 | styling of next/prev buttons | Ilion Beyst | 3 | -16/+43 |
2022-08-15 | link to all matches on bot page | Ilion Beyst | 1 | -1/+21 |
2022-08-12 | allow filtering for bot matches | Ilion Beyst | 1 | -2/+22 |
2022-08-11 | save matches pagination cursor in url | Ilion Beyst | 1 | -21/+26 |
2022-08-09 | badly paginated matches | Ilion Beyst | 1 | -1/+47 |
2022-08-07 | move match index to ApiClient | Ilion Beyst | 1 | -13/+12 |
2022-08-06 | extend api_client for loading match data | Ilion Beyst | 1 | -24/+16 |
2022-08-06 | introduce ApiClient | Ilion Beyst | 1 | -26/+15 |
2022-08-05 | show recent matches on bots page | Ilion Beyst | 1 | -4/+20 |
2022-08-05 | extract MatchList component | Ilion Beyst | 1 | -103/+3 |
2022-07-31 | create a basic match table | Ilion Beyst | 1 | -9/+112 |
2022-07-24 | add placeholders for empty lists | Ilion Beyst | 2 | -0/+6 |
2022-07-24 | create new bot flow | Ilion Beyst | 3 | -2/+130 |
2022-07-24 | remove global style overrides from visualizer | Ilion Beyst | 1 | -0/+1 |
2022-07-24 | add bot detail page | Ilion Beyst | 3 | -90/+148 |
2022-07-24 | basic user profile pages | Ilion Beyst | 1 | -0/+84 |
2022-07-19 | fix match detail view | Ilion Beyst | 1 | -7/+28 |
2022-05-28 | Merge branch 'feature/leaderboard' | Ilion Beyst | 1 | -12/+16 |
2022-05-23 | set roboto as default font | Ilion Beyst | 1 | -0/+1 |
2022-05-22 | add scroll bar to match history | Ilion Beyst | 1 | -0/+3 |
2022-05-18 | add basic leaderboard view | Ilion Beyst | 1 | -12/+16 |
2022-04-23 | show rules on first visit | Ilion Beyst | 1 | -1/+4 |
2022-04-17 | show player names in visualizer | Ilion Beyst | 1 | -1/+3 |
2022-04-16 | format & cleanup | Ilion Beyst | 2 | -33/+2 |
2022-04-09 | auto login after registration | Ilion Beyst | 1 | -1/+7 |
2022-04-09 | show login errors | Ilion Beyst | 1 | -25/+17 |
2022-04-09 | show registration errors on register form | Ilion Beyst | 1 | -8/+28 |
2022-03-22 | implement currentUser store | Ilion Beyst | 1 | -4/+4 |
2022-03-21 | implement navbar user controls | Ilion Beyst | 1 | -2/+2 |
2022-03-19 | create common styles for account forms | Ilion Beyst | 4 | -83/+26 |
2022-03-18 | style registration page | Ilion Beyst | 1 | -8/+67 |
2022-03-17 | populate navbar | Ilion Beyst | 1 | -3/+36 |
2022-03-16 | factor out top bar to __layout.svelte | Ilion Beyst | 2 | -69/+73 |
2022-03-15 | add a simple view with game rules | Ilion Beyst | 1 | -0/+22 |
2022-03-14 | add explicit ViewMode enum | Ilion Beyst | 1 | -6/+15 |
2022-03-14 | fix timezone bug | Ilion Beyst | 1 | -1/+1 |
2022-03-11 | show opponent name in match list | Ilion Beyst | 1 | -2/+8 |
2022-03-06 | refactor: move bot api calls to submitpane | Ilion Beyst | 1 | -35/+3 |
2022-03-05 | fix opponent selection | Ilion Beyst | 1 | -1/+3 |
2022-03-04 | add save bot form | Ilion Beyst | 1 | -2/+15 |
2022-03-03 | add bot selection on demo page | Ilion Beyst | 1 | -0/+1 |
2022-02-23 | show match pane when a match is selected | Ilion Beyst | 1 | -3/+3 |
2022-02-23 | show bot stderr | Ilion Beyst | 1 | -14/+10 |
2022-02-22 | poll for matches to complete | Ilion Beyst | 1 | -4/+19 |