Skip to content

Commit

Permalink
Merge pull request #34 from LyticalApp/async-await
Browse files Browse the repository at this point in the history
Convert background.js LCU API requests to Async/Await syntax
Reject request of null auth with an error event
Change minicard/matchitem slightly
Bump version for new release
  • Loading branch information
downthecrop authored Nov 23, 2022
2 parents 4a35588 + bd0ecf4 commit b2c2692
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 268 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Lytical",
"author": "downthecrop",
"description": "Lytical is an open source League of Legends statistics and profile analytics tool for all regions including Garena and WeGame",
"version": "1.2.7",
"version": "1.2.8",
"repository": "https://github.com/LyticalApp/Lytical/",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--lobby-victory-background: rgba(92, 215, 228, 0.5);
--lobby-defeat-background: rgb(186, 75, 69, 0.5);
--minicard-text: #9a96a4;
--minicard-background: #020202;
--minicard-background: #060606;
--minicard-since-background: #5d4e73;
--error-background: #e84057;
--role-icon-size: 12px;
Expand Down
Loading

0 comments on commit b2c2692

Please sign in to comment.