aboutsummaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)AuthorFilesLines
2022-08-21make scroll bars less ugly in chromeIlion Beyst2-19/+14
2022-08-21extract leaderboard from editorIlion Beyst4-26/+32
2022-08-21move bot editor to /editorIlion Beyst3-283/+310
2022-08-20implement LinkButton componentIlion Beyst4-3/+16
2022-08-19create global scss stylesIlion Beyst6-40/+32
2022-08-16consume matches pagination apiIlion Beyst2-7/+16
2022-08-15styling of next/prev buttonsIlion Beyst5-16/+46
2022-08-15link to all matches on bot pageIlion Beyst1-1/+21
2022-08-12allow filtering for bot matchesIlion Beyst1-2/+22
2022-08-11save matches pagination cursor in urlIlion Beyst1-21/+26
2022-08-09badly paginated matchesIlion Beyst1-1/+47
2022-08-08properly initialize fetch in ApiClientIlion Beyst1-2/+3
2022-08-07move match index to ApiClientIlion Beyst1-13/+12
2022-08-06extend api_client for loading match dataIlion Beyst2-45/+46
2022-08-06introduce ApiClientIlion Beyst3-56/+92
2022-08-05show recent matches on bots pageIlion Beyst2-5/+23
2022-08-05extract MatchList componentIlion Beyst2-103/+97
2022-07-31create a basic match tableIlion Beyst1-9/+112
2022-07-24add placeholders for empty listsIlion Beyst2-0/+6
2022-07-24create new bot flowIlion Beyst3-2/+130
2022-07-24use absolute paths for login and registerIlion Beyst1-2/+2
2022-07-24remove global style overrides from visualizerIlion Beyst2-9/+1
2022-07-24add bot detail pageIlion Beyst5-96/+160
2022-07-24basic user profile pagesIlion Beyst3-4/+95
2022-07-19fix match detail viewIlion Beyst1-7/+28
2022-07-19remove obsolete dependenciesIlion Beyst3-159/+2
2022-07-18bugfix: don't cache textures bound to a specific GLContextIlion Beyst2-26/+31
2022-07-18use texture for rendering shipsIlion Beyst6-90/+98
2022-07-18add half-pixel correction to textIlion Beyst1-4/+10
2022-07-18use texture for rendering planetsIlion Beyst6-79/+113
2022-06-11replace 'target' with 'destination' in rules. Thanks @rien!Ilion Beyst1-2/+2
2022-05-28Merge branch 'feature/leaderboard'Ilion Beyst2-12/+88
2022-05-23set roboto as default fontIlion Beyst1-0/+1
2022-05-23show confirmation on succesful bot saveIlion Beyst1-3/+14
2022-05-22add scroll bar to match historyIlion Beyst1-0/+3
2022-05-18add basic leaderboard viewIlion Beyst2-12/+88
2022-04-25add turn limit and environment info to rulesIlion Beyst1-1/+16
2022-04-25add saved bot to opponent listIlion Beyst1-0/+5
2022-04-25persist saved bot nameIlion Beyst2-0/+13
2022-04-23more elaborate game rulesIlion Beyst1-27/+72
2022-04-23show rules on first visitIlion Beyst2-2/+9
2022-04-17show player names in visualizerIlion Beyst2-2/+33
2022-04-16format & cleanupIlion Beyst6-40/+44
2022-04-15show bot name validations in frontendIlion Beyst1-9/+16
2022-04-09auto login after registrationIlion Beyst1-1/+7
2022-04-09show login errorsIlion Beyst2-25/+51
2022-04-09show registration errors on register formIlion Beyst1-8/+28
2022-03-29add responsive css rule to account formsIlion Beyst1-2/+14
2022-03-24don't show save button when user is not logged inIlion Beyst1-6/+14
2022-03-22implement currentUser storeIlion Beyst3-10/+14