Commit graph

744 commits

Author SHA1 Message Date
Valentin Kaelin
482d22b406 fix: role icon size if the game is a remake 2019-09-19 20:01:11 +02:00
Valentin Kaelin
06670c573e feat: add kda for each match 2019-09-19 19:58:29 +02:00
Valentin Kaelin
8e1850b638 feat: add role for summoner's matches 2019-09-19 19:26:44 +02:00
Valentin Kaelin
c442d3ac1f refactor: start the new design of the matches 2019-09-16 21:20:48 +02:00
Valentin Kaelin
3324fc09ce feat: add a real favicon 2019-09-15 16:25:07 +02:00
Valentin Kaelin
d97accce23 refactor: start the new summoner page design 2019-09-14 23:19:10 +02:00
Valentin Kaelin
f48bfc92ec feat: add SoloQ winrate 2019-09-14 16:10:49 +02:00
Valentin Kaelin
db939459a0 refactor: change RiotLimiter strategy according to environment 2019-09-13 18:25:33 +02:00
Valentin Kaelin
3dfd4d87a6 refactor: create some getters in vuex 2019-09-11 22:02:05 +02:00
Valentin Kaelin
5b964f14ba (refactor): create a ServiceProvider for the Jax wrapper 2019-09-11 20:19:15 +02:00
Valentin Kaelin
3653508816 (docs): update README 2019-09-11 10:09:58 +02:00
Valentin Kaelin
e36b7d2669 Change the API domain name 2019-09-11 09:25:14 +02:00
Valentin Kaelin
9cc044ec13 Use Adonis instead of Express for the API 2019-09-11 09:06:21 +02:00
Valentin Kaelin
d611a7647d Start cleaning some Vue code 2019-09-09 20:42:10 +02:00
Valentin Kaelin
0aba0954e4 Fix the region changes with the new Jax wrapper 2019-09-09 18:14:15 +02:00
Valentin Kaelin
56f78fc8a2 Start using Vuex Summoner : messy code 2019-09-08 22:08:49 +02:00
Valentin Kaelin
531587566f Add new domain name to CORS rules 2019-09-06 18:15:18 +02:00
Valentin Kaelin
932a8e568e Make the Jax wrapper a little easier to use 2019-09-04 20:11:16 +02:00
Valentin Kaelin
1c1dc49c69 Fix: check summoner name server side to prevent Firefox error 2019-09-03 19:56:41 +02:00
Valentin Kaelin
afd1b0d8f3 Use Jax wrapper to get League / Matches info 2019-09-01 14:53:03 +02:00
Valentin Kaelin
312f7bb1a1 Use Jax wrapper to get summoners basic info 2019-08-31 19:45:37 +02:00
Valentin Kaelin
e8aedda4fe Fix Eslint typos 2019-08-31 19:24:58 +02:00
Valentin Kaelin
ecb8404f85 Update patch and remove old Vue logo 2019-08-31 19:21:10 +02:00
Valentin Kaelin
29134066b0 Make a custom Vue plugin for axios 2019-08-31 19:19:48 +02:00
Valentin Kaelin
37c4315a06 Start DDragon Endpoints with the Jax wrapper 2019-08-31 18:42:08 +02:00
Valentin Kaelin
4ff8a52d05 Compile code with Babel on production 2019-08-31 16:26:48 +02:00
Valentin Kaelin
aeed6ce3b4 Merge remote-tracking branch 'origin/master' 2019-08-28 22:23:17 +02:00
Valentin Kaelin
56f8232654 Add HTTPS to NodeJS API
Dumbo is that me
2019-08-28 22:22:57 +02:00
Valentin Kaelin
4c774cff17 Add HTTPS to NodeJS API 2019-08-28 22:21:24 +02:00
Valentin Kaelin
acecc8a71c Change the Backend NodeJs API server 2019-08-28 21:26:42 +02:00
Valentin Kaelin
b552c5ccee Send an object instead of array for the JSON response 2019-08-27 22:17:16 +02:00
Valentin Kaelin
3683776e24 Start Jax: Riot Api Wrapper 2019-08-24 16:56:55 +02:00
Valentin Kaelin
b8ec9ca80f Add babel to the NodeJS app 2019-08-24 13:56:44 +02:00
Valentin Kaelin
8a603a3903 Configure ESLint for the Vue project 2019-08-23 16:48:16 +02:00
Valentin Kaelin
1846f84491 Remove Flex 3v3 stats and tmp file from Riot application 2019-08-23 00:57:06 +02:00
Valentin Kaelin
84eae5380f Add Vuex and create Notifications Component 2019-08-23 00:50:00 +02:00
Valentin Kaelin
4b98a83b78 Production Riot API Key application 2019-08-22 18:23:09 +02:00
Valentin Kaelin
a2105afdcc Fixes: colors in RecentActivity and user-select of regions' Dropdown 2019-08-22 01:09:17 +02:00
Valentin Kaelin
47b0c282d6 Fix: a click outside of the regions' Dropdown closes it 2019-08-21 23:22:16 +02:00
Valentin Kaelin
f366e20b22 Fix: summonerNames with spaces now work 2019-08-21 22:50:57 +02:00
Valentin Kaelin
7aaf8aa248 RecentActivity: months and weekdays are now dynamic 2019-08-20 23:14:22 +02:00
Valentin Kaelin
1ff6f6f5e6 First "working" version of the RecentActivity grid
Only last 100 matches are displayed
2019-08-20 22:42:11 +02:00
Valentin Kaelin
103656f094 Start RecentActivity component 🤯 2019-08-20 00:08:13 +02:00
Valentin Kaelin
1b674f13fb Async background load on homepage 2019-08-19 14:49:20 +02:00
Valentin Kaelin
c2298855a9 Add redirects file for routing on Netlify 2019-08-19 13:37:47 +02:00
Valentin Kaelin
6c59784a2b Add CORS package in production 2019-08-19 13:32:30 +02:00
Valentin Kaelin
0ed02ed86f Setup CORS for Netlify 2019-08-19 13:18:06 +02:00
Valentin Kaelin
e4f981649b First try to deploy frontend on Netlify 2019-08-19 13:09:17 +02:00
Valentin Kaelin
5eb7c96000 Update packages and League current patch 2019-08-16 19:03:57 +02:00
Valentin Kaelin
0a1f6a21fe Small fixes and update League patch 2019-06-21 19:51:26 +02:00