Commit graph

229 commits

Author SHA1 Message Date
Valentin Kaelin
ac5b764d61 refactor: remove stats kilo notation from db 2019-12-16 21:06:56 +01:00
Valentin Kaelin
d106e84db1 feat: add arguments to created commands 2019-12-16 20:51:46 +01:00
Valentin Kaelin
46aed5a435 fix: typo in Queue provider path 2019-12-15 21:06:37 +01:00
Valentin Kaelin
1a87bea46d feat: add ace command to edit all matches with the updated transformer 2019-12-15 20:52:04 +01:00
Valentin Kaelin
4989306ba8 feat: create bee-queue provider 2019-12-15 20:51:05 +01:00
Valentin Kaelin
df1b0e0ef0 feat: add ace command to delete specific matches from the db 2019-12-15 20:50:27 +01:00
Valentin Kaelin
98fef4785d feat: add new poro king gamemode 2019-12-14 13:13:54 +01:00
Valentin Kaelin
81661f3e93 feat: add clash gamemode 2019-12-11 19:39:28 +01:00
Valentin Kaelin
cb3997529d feat: add series score if the summoner is in BO 2019-12-08 00:26:04 +01:00
Valentin Kaelin
1d1e27e31c docs: update README 2019-12-07 22:58:19 +01:00
Valentin Kaelin
da369edb5b fix: display error message if the summoner has no champions stats 2019-12-05 21:24:13 +01:00
Valentin Kaelin
cccf60a9ca fix: oopsie 😐 2019-12-03 22:26:44 +01:00
Valentin Kaelin
7f1ba47eb6 feat: add endpoint to get full champion stats (in progress) 2019-12-03 22:23:19 +01:00
Valentin Kaelin
3d60937996 feat: start vuejs layout system to add tabs in summoner profiles 2019-12-03 21:57:52 +01:00
Valentin Kaelin
a5ab09a2a8 feat: add tooltip for summoner spells in match details 2019-12-02 21:03:47 +01:00
Valentin Kaelin
c77b5bb05d refactor: give summoner region to JaxProvider for every call to Riot API 2019-12-02 20:41:05 +01:00
Valentin Kaelin
83e616d974 fix: ban champion tooltip when the player doesn't ban anyone 2019-12-02 18:39:10 +01:00
Valentin Kaelin
12cc116f0d feat: add loading animation when fetching ranks in match details 2019-12-02 18:28:57 +01:00
Valentin Kaelin
00e2f1f481 refactor: fetch soloQ ranks in a 2nd request in match details 2019-12-01 20:44:41 +01:00
Valentin Kaelin
c6d0cd5d4e feat: add soloQ rank of all players in match details 2019-12-01 19:17:30 +01:00
Valentin Kaelin
4fd79a5d84 feat: add redis 2019-12-01 16:20:27 +01:00
Valentin Kaelin
7ab6db8ec2 refactor: rename helpers to services and create real helper file 2019-12-01 15:20:49 +01:00
Valentin Kaelin
0a30cbe8d1 refactor: match repository queries 2019-12-01 14:38:08 +01:00
Valentin Kaelin
351ce80c77 feat: remove bots game in stats 2019-11-30 22:18:10 +01:00
Valentin Kaelin
9297c1ee06 refactor: use boolean for settings in store instead of string 2019-11-30 21:59:27 +01:00
Valentin Kaelin
1dae55db54 refactor: export compareSummonernames function 2019-11-29 18:18:13 +01:00
Valentin Kaelin
7950d835c4 feat: display banned champion name on hover 2019-11-29 18:09:35 +01:00
Valentin Kaelin
bf589f636b fix: display tooltip to the left of the cursor if not enough space 2019-11-29 18:08:23 +01:00
vkaelin
8e61783c9a feat: add tooltip on match data to see full date 2019-11-28 10:06:27 +01:00
vkaelin
1313dce901 fix: round vue filter 2019-11-28 08:54:09 +01:00
Valentin Kaelin
ec47fe2372 fix: ally/enemy teams position in match details 2019-11-26 18:39:22 +01:00
Valentin Kaelin
7a199d3194 refactor: use CDragon data for everything instead of DDragon 2019-11-25 21:15:52 +01:00
Valentin Kaelin
4565eece17 fix: some small ui bugs 2019-11-25 19:14:53 +01:00
Valentin Kaelin
d016887eeb fix: rank border color if the summoner is unranked 2019-11-24 14:53:12 +01:00
Valentin Kaelin
d5394c64f8 feat: add stats for most played champions 2019-11-24 14:26:27 +01:00
Valentin Kaelin
763ba327ae fix: summoner profile icon bug when player was in game 2019-11-23 18:50:44 +01:00
Valentin Kaelin
0a47570a31 fix: dropdown position on scroll 2019-11-23 18:34:36 +01:00
Valentin Kaelin
b59f4bd761 fix: whitelist some css classes for purgecss 2019-11-23 17:36:32 +01:00
Valentin Kaelin
8f19e570b7 refactor: start using Cdragon instead of DDragon
Done Endpoints: Items and Perks
2019-11-23 17:34:34 +01:00
Valentin Kaelin
57e2fad45d feat: add switch button to toggle stats in match details 2019-11-23 13:38:35 +01:00
Valentin Kaelin
7587190861 feat: add animation to leaguepoints border 2019-11-18 21:24:51 +01:00
Valentin Kaelin
b0e5f238fb fix: blinking text bug on chromium 2019-11-18 17:30:28 +01:00
Valentin Kaelin
5564cc5634 fix: remove z-index from Ripple effect 2019-11-17 21:14:55 +01:00
Valentin Kaelin
6819cbe188 feat: add ripple effect when clicking on matches 2019-11-17 17:26:36 +01:00
Valentin Kaelin
5e19b2b0bf
Merge pull request #1 from vkaelin/dev
Update Global Layout
2019-11-17 16:13:51 +01:00
Valentin Kaelin
3c99c818ec refactor: change color of the searchbar 2019-11-17 16:10:27 +01:00
Valentin Kaelin
74cdf54eec refactor: edit Summoner Ranked iconplacement 2019-11-17 16:10:00 +01:00
Lazar
ffde77ca49 refactor: change summoner's info layout 2019-11-16 20:21:28 +01:00
Lazar
548d2d1a5a refactor: change style of recent activity component 2019-11-16 18:26:37 +01:00
Lazar
d992d7aa54 refactor: change style of searchbar component 2019-11-16 17:50:14 +01:00