Commit graph

529 commits

Author SHA1 Message Date
Valentin Kaelin
9879146433 fix(live-game): fixed size for the game start timer 2020-09-29 18:49:20 +02:00
Valentin Kaelin
b21c7ff416 refactor: retry cdragon requests if it fails 2020-09-29 18:41:13 +02:00
Valentin Kaelin
e73b231db2 fix(role-identification): better fix to remove duplicate 2020-09-29 18:02:44 +02:00
Valentin Kaelin
dc6b7617d3 fix: ... 2020-09-28 20:10:44 +02:00
Valentin Kaelin
b936f0f111 fix(role-identification): tmp fix while looking for the real bug 2020-09-28 20:01:53 +02:00
Valentin Kaelin
9f7c33ffc7 refactor: respect names' capitalization on profile page 2020-09-26 22:10:14 +02:00
Valentin Kaelin
d1323307fb fix(champions): prevent full kda text from wrapping 2020-09-26 21:45:46 +02:00
Valentin Kaelin
e6e8716ff1 fix(match-details): error in dmg to objectives when all team had 0 dmg 2020-09-26 21:38:32 +02:00
Valentin Kaelin
ca707ebe55
Merge pull request #14 from vkaelin/dependabot/npm_and_yarn/client/http-proxy-1.18.1
chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /client
2020-09-25 18:59:21 +02:00
Valentin Kaelin
90cd80892f
Merge pull request #13 from vkaelin/dependabot/npm_and_yarn/server/acorn-7.4.0
chore(deps): bump acorn from 7.0.0 to 7.4.0 in /server
2020-09-25 18:59:10 +02:00
Valentin Kaelin
340d3d4fe7
Merge pull request #12 from vkaelin/dependabot/npm_and_yarn/client/elliptic-6.5.3
chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /client
2020-09-25 18:58:50 +02:00
Valentin Kaelin
2a6c40de1b
Merge pull request #11 from vkaelin/dependabot/npm_and_yarn/client/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /client
2020-09-25 18:58:39 +02:00
Valentin Kaelin
3ce5429928
Merge pull request #10 from vkaelin/dependabot/npm_and_yarn/server/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /server
2020-09-25 18:58:26 +02:00
Valentin Kaelin
17af7f4cc1
Merge pull request #8 from vkaelin/dependabot/npm_and_yarn/client/websocket-extensions-0.1.4
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 in /client
2020-09-25 18:58:01 +02:00
dependabot[bot]
fda3fa3531
chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /client
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 22:03:22 +00:00
Valentin Kaelin
676ad6f20d feat(records): display gamemode name 2020-08-28 14:01:43 +02:00
Valentin Kaelin
071a18596f chore(commands): only edit matches of a specific summoner 2020-08-28 12:22:22 +02:00
Valentin Kaelin
289ad7af2f feat(records): add some new records 2020-08-28 12:09:28 +02:00
Valentin Kaelin
c09a13d964 feat(champions): add checkbox to display only most played champions 2020-08-27 21:35:39 +02:00
Valentin Kaelin
a577d45ef3 chore(front): add tailwindcss custom forms package 2020-08-27 21:35:05 +02:00
Valentin Kaelin
d1d61073c7 fix(search): remove overflow hidden when searching from homepage 2020-08-25 18:57:09 +02:00
Valentin Kaelin
b3b27d0223 fix(search): fix some small bugs 2020-08-25 16:36:36 +02:00
Valentin Kaelin
2a03163a14 fix(ranked): error in ranked component 2020-08-25 16:33:41 +02:00
Valentin Kaelin
dbd87baab4 chore: update dependencies 2020-08-25 16:33:22 +02:00
Valentin Kaelin
dc68fa3186 fix(search): prevent menu flickering when the mouse was hovering items 2020-08-25 15:54:25 +02:00
Valentin Kaelin
d60575e651 feat(search): update value in input when a summoner is searched 2020-08-25 15:22:27 +02:00
Valentin Kaelin
85d485bfdc feat(search): add times icon to delete current search text 2020-08-25 15:15:20 +02:00
Valentin Kaelin
bc65363bec feat(search): focus input when dropdown has been opened 2020-08-24 14:54:09 +02:00
Valentin Kaelin
ab9d10483d feat(search): focus input when user start typing 2020-08-24 14:41:53 +02:00
Valentin Kaelin
c10e1485a8 fix(search): full width/height bug on mobile 2020-08-24 14:26:52 +02:00
Valentin Kaelin
e1b042c9b2 refactor(search): don't hardcode scrollbar width 2020-08-24 14:24:09 +02:00
Valentin Kaelin
389b10d7b5 refactor(search): entire new system to find and save summoner profiles 2020-08-23 23:43:42 +02:00
Valentin Kaelin
d1681a94f2 refactor: small tweaks to keep the design consistent 2020-08-22 18:51:23 +02:00
Valentin Kaelin
fd55779552 refactor(records): new design of the records page 2020-08-22 18:21:36 +02:00
Valentin Kaelin
70358d1187 refactor(champions): new colors for champions table 2020-08-22 18:20:46 +02:00
Valentin Kaelin
c7d894be03 refactor(match-details): new colors for match details stats 2020-08-22 18:18:40 +02:00
Valentin Kaelin
f55405fc4d refactor(match-details): new style to highlight best player stat 2020-08-22 15:12:36 +02:00
Valentin Kaelin
20b7bc08e0 fix(champions): background color 0 opacity if kda was Infinity 2020-08-22 15:12:01 +02:00
Valentin Kaelin
7f631d2662 refactor: switch from Lato font to Inter 2020-08-22 15:11:25 +02:00
Valentin Kaelin
8eb8a31112 feat: only enable google crawlers on homepage 2020-08-14 23:35:52 +02:00
Valentin Kaelin
f3d6417f2d fix: put overview sidebar in front of match list 2020-08-12 16:49:47 +02:00
Valentin Kaelin
00623ec486 fix: remove overflow hidden in champions table to stop hiding sort arrow 2020-08-12 15:16:28 +02:00
Valentin Kaelin
fc11c4909d fix: reset loaded matches when the user switch tabs 2020-08-12 14:27:45 +02:00
Valentin Kaelin
d50f562ee4 feat: make sidebar sticky in summoner overview 2020-08-12 14:21:14 +02:00
dependabot[bot]
c83ddd30f8
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /client
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 13:18:34 +00:00
dependabot[bot]
01a1990929
chore(deps): bump acorn from 7.0.0 to 7.4.0 in /server
Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.4.0.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.0.0...7.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 13:18:15 +00:00
dependabot[bot]
e39be680c7
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /server
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-11 13:18:12 +00:00
Valentin Kaelin
75f2bdb466 chore: bump deps 2020-08-11 15:17:14 +02:00
dependabot[bot]
c379f9dc50
chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /client
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 14:01:47 +00:00
Valentin Kaelin
abab481f8d fix: log summoner puuid when riot match endpoint returns a 404 2020-07-23 23:47:03 +02:00