aboutsummaryrefslogtreecommitdiff
path: root/src/constants.ts
AgeCommit message (Collapse)Author
2021-06-02include more data about skills (#51)mat
2021-05-27fix some bugs with it loading forevermat
2021-05-09Revert "temp debug stuff"mat
This reverts commit 58807d12eefe264e817d8dc4b7075dbb25e4c2d2.
2021-05-09temp debug stuffmat
2021-05-02add `/constants` api to get max minions and fairy souls (#21)mat
2021-05-01remove console.logmat
2021-05-01Show minions that haven't been unlocked in response (#20)mat
* add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants
2021-04-13Slayer leaderboard (#4)mat
* add slayers to constants * Compiled TS into JS * change units to also show up when only changing one constant item * Compiled TS into JS * add slayer leaderboards * remove debugging stuff
2021-03-02add some more typingsmat
2021-03-01add skills and zones as constantsmat
2021-02-28actually fix cachemat
2021-02-28fix constant cachemat
2021-02-28don't pass authorization for fetching filesmat
2021-02-28instantly update leaderboard when profile is viewedmat
2021-02-28Add leaderboardsmat