Commit graph

763 commits

Author SHA1 Message Date
Valentin Kaelin
493195e0dc fix: live tab game now works for custom tournament games 2020-02-29 15:11:23 +01:00
Valentin Kaelin
85bbf7faf9 fix: don't make summoner basic request if we only change tab 2020-02-14 23:05:59 +01:00
Valentin Kaelin
81becdf390 chore: update api dependencies 2020-02-14 22:58:04 +01:00
Valentin Kaelin
5cefa56a48 chore: update vue dependencies and upgrade tailwind config to 1.2 2020-02-14 22:54:58 +01:00
Valentin Kaelin
1e78548fcf refactor: move svg icons to svg container and compress background img 2020-02-14 20:02:30 +01:00
Valentin Kaelin
594c45f519 refactor: watch vue router changes with $route 2020-02-14 19:34:11 +01:00
Valentin Kaelin
d77ade8156 fix: change region when clicking on a favorite from homepage 2020-02-13 21:18:44 +01:00
Valentin Kaelin
8fffd9c10f refactor: vuex settings module mutation names 2020-02-13 20:50:45 +01:00
Valentin Kaelin
13e12f7ccf refactor: make SwitchToggle component reusable 2020-02-13 20:42:13 +01:00
Valentin Kaelin
8e8a72e262 refactor: rename api endpoints 2020-02-13 20:30:26 +01:00
Valentin Kaelin
47e255c64a refactor: remove old ddragon code 2020-02-13 20:24:17 +01:00
Valentin Kaelin
dacd3873e8 refactor: tidy up vue data folder 2020-02-13 20:20:23 +01:00
Valentin Kaelin
9bf781aa55 refactor: tidy up vue components folder 2020-02-13 20:16:13 +01:00
Valentin Kaelin
5a0830b8d5 refactor: move searchform transition to css file 2020-02-13 19:49:38 +01:00
Valentin Kaelin
253e0a3f26 fix: little jump bug when loader disappear on live game tab 2020-02-13 19:35:54 +01:00
Valentin Kaelin
b2aec972e1 docs: update README 2020-02-10 21:21:22 +01:00
Valentin Kaelin
f06563cfed chore: add redis connection settings to env file 2020-02-10 21:11:29 +01:00
Valentin Kaelin
65a63c743f feat: add search dropdown with favorites and recent searches 2020-02-10 20:53:32 +01:00
Valentin Kaelin
70b135c8f2 refactor: remove redundant queue type in summoner overview 2020-02-06 20:06:01 +01:00
Valentin Kaelin
44ce31e4b4 fix: strange bug when perks secondary style was missing 2020-02-06 20:05:14 +01:00
Valentin Kaelin
6129086ef6 feat: save last searched region in localStorage 2020-02-06 19:45:22 +01:00
Valentin Kaelin
941c7850a9 docs: fix typo in README image 2020-02-05 21:44:21 +01:00
Valentin Kaelin
f5020103dd chore: add jsconfig file to vue project 2020-02-04 21:21:07 +01:00
Valentin Kaelin
090326c208 fix: sort seasons in select options 2020-02-04 19:28:57 +01:00
Valentin Kaelin
7c44c498a9 fix: reload button on live tab 2020-02-02 15:38:56 +01:00
Valentin Kaelin
7153969709 fix: table row background image bug on match details 2020-02-02 15:21:17 +01:00
Valentin Kaelin
f2a1e01794 fix: table row background image bug on Edge/Safari on live game tab 2020-02-02 14:38:17 +01:00
Valentin Kaelin
cf3e3a475f fix: live match margin on overview tab 2020-02-02 13:13:49 +01:00
Valentin Kaelin
155d4a32e5 fix: only display select season on tabs that make sense 2020-02-02 13:11:49 +01:00
Valentin Kaelin
e520807919 style: remove console.log of season filter 2020-02-01 20:23:05 +01:00
Valentin Kaelin
c7bb47dd07
Merge pull request #3 from vkaelin/feat/filter-season
New feature: filter matches and stats by season
2020-02-01 20:18:53 +01:00
Valentin Kaelin
d839eed7ad feat: filter by season now works 🎉 2020-02-01 20:17:14 +01:00
Valentin Kaelin
7beb635c80 feat: get list of played seasons for a summoner from basic endpoint 2020-02-01 17:14:33 +01:00
Valentin Kaelin
1f7bd5a853 feat: update layout to add season select 2020-02-01 17:14:03 +01:00
Valentin Kaelin
d1b69aa577 Merge branch 'master' into feat/filter-season 2020-02-01 15:59:43 +01:00
Valentin Kaelin
fed9cb6406 feat: add season number in matchlist 2020-02-01 15:52:56 +01:00
Valentin Kaelin
faf2ede582 fix: truncate summoner names in friends list 2020-01-29 18:17:38 +01:00
Valentin Kaelin
1819c0ba65 fix: manually add active style on vue router links 2020-01-25 13:59:39 +01:00
Valentin Kaelin
dfd0c04fe7 fix: kda issue in records tab and add season number to all matches 2020-01-25 12:33:28 +01:00
Valentin Kaelin
4a0a76686e fix: compare summonerId or accountId instead of summonerNames in vue 2020-01-20 21:54:04 +01:00
Valentin Kaelin
bd9ec8f343 feat: create ace command to edit detailed matches 2020-01-20 21:35:26 +01:00
Valentin Kaelin
9dbb6f83e7 fix: remove secondaryRune placeholder in live game tab 2020-01-19 17:45:52 +01:00
Valentin Kaelin
8850bcd02c fix: display reload button if summoner isn't playing 2020-01-19 17:03:40 +01:00
Valentin Kaelin
29605d4de9 fix: timer really fix this time, hopefully 2020-01-19 16:48:28 +01:00
Valentin Kaelin
fc206ffe6c fix: timer of the live games if the match is still loading 2020-01-19 16:18:35 +01:00
Valentin Kaelin
202a808519 fix: missing rounded corners in live game tab 2020-01-15 21:58:29 +01:00
Valentin Kaelin
d740ed7309 feat: add reload button on live game tab 2020-01-15 21:55:22 +01:00
Valentin Kaelin
754a8b497c feat: highlight search summoner in live game tab 2020-01-15 20:07:26 +01:00
Valentin Kaelin
23d5a399bc fix: update live tab when the searched summoner change 2020-01-15 20:06:45 +01:00
Valentin Kaelin
b0169576c9 feat: live game tab 2020-01-14 22:04:45 +01:00