Commit graph

138 commits

Author SHA1 Message Date
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
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
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
Valentin Kaelin
b3bedb378a fix: round some summoner stats 2019-11-14 21:59:51 +01:00
Valentin Kaelin
fedb4b461c feat: add hover infos for summoners' items 2019-11-14 21:22:01 +01:00
Valentin Kaelin
9903d03d8a fix: round correctly the winrate of roles 2019-11-13 19:49:38 +01:00
Valentin Kaelin
196d71e1fa feat: add stats by champion class 2019-11-13 19:39:38 +01:00
Valentin Kaelin
1e3462ebcd fix: remove NaN errors in role winrates 2019-11-12 18:20:25 +01:00
Valentin Kaelin
ec2bdd3ae0 feat: update stats without a reload when summoner load more matches 2019-11-11 21:51:40 +01:00
Valentin Kaelin
c92cc760e4 refactor: get mates with a mongo request instead of storing them in db 2019-11-11 18:07:15 +01:00
Valentin Kaelin
48d2fade07 feat: add global winrate 2019-11-10 19:22:20 +01:00
Valentin Kaelin
1774306504 feat: add hover infos for role stats 2019-11-10 19:01:26 +01:00
Valentin Kaelin
c394857aae fix: wins/losses were reversed in role stats 2019-11-10 01:04:24 +01:00
Valentin Kaelin
ea6c1b35a3 fix: sort gamemodes stats by most played and change colors of W/L 2019-11-09 23:24:12 +01:00
Valentin Kaelin
a87510e998 feat: change direction of dropdown if they cannot be fully seen 2019-11-09 23:04:40 +01:00
Valentin Kaelin
1e3e8f13da feat: add statistics by role 2019-11-08 22:04:06 +01:00
Valentin Kaelin
115ecdf0d3 fix: forgot assists in kda calculation 2019-11-08 17:32:49 +01:00
Valentin Kaelin
0399680a9e fix: remove hover on old links 2019-11-08 16:10:20 +01:00
Valentin Kaelin
2f1f36997e refactor: move some icons in SvgContainer component 2019-11-08 16:08:45 +01:00
Valentin Kaelin
06f7a97fc9 feat: add global kda 2019-11-08 16:04:02 +01:00
Valentin Kaelin
8207d7d6e9 fix: typo in color name 2019-11-08 15:47:33 +01:00
Valentin Kaelin
c78ad56a7f feat: start adding global statistics about summoner's games 2019-11-08 15:39:56 +01:00
Valentin Kaelin
5fd8800b73 feat: add bg color according to stats in match details 2019-11-06 18:46:45 +01:00
Valentin Kaelin
0bf6ebb518 fix: update id of ARAM and URF modes 2019-11-06 13:32:36 +01:00
Valentin Kaelin
f4d09884ab feat: add victory text next to winning team 2019-11-04 22:08:40 +01:00
Valentin Kaelin
635a7c3279 feat: add more team statistics in match details 2019-11-04 20:30:56 +01:00
Valentin Kaelin
a4e3697f24 refactor: display allyTeam in blue and enemyTeam in red 2019-11-04 17:47:05 +01:00
Valentin Kaelin
d3628d6cf6 refactor: ally team is always displayed first in match details 2019-11-03 21:19:17 +01:00
Valentin Kaelin
05f635d7d4 refactor: clean some Transformers code 2019-11-03 20:59:21 +01:00
Valentin Kaelin
cce91efb67 feat: display match details (1st version: code needs some work) 2019-11-03 18:49:58 +01:00
Valentin Kaelin
a02ac32a12 fix: whitelist css transitions from purgecss 2019-10-29 20:43:23 +01:00