summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main/account-data-cache.ts
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Update catch-statements to work with unknown typeOskar Nyberg1-1/+2
2021-07-23Replace consumePromise with void operatorOskar Nyberg1-3/+2
2021-07-08Lower account data cache validity time when account has expiredOskar Nyberg1-4/+17
2021-07-08Rename variables and function names in account data cacheOskar Nyberg1-6/+6
2021-07-08Remove periodic account data fetch when account has expiredOskar Nyberg1-6/+2
2021-06-28Properly add new expiry to account data cache after redeeming voucherOskar Nyberg1-1/+7
2021-04-14Switch to native APIs and own implementation from moment.jsOskar Nyberg1-6/+5
2021-01-15Use new loggerOskar Nyberg1-1/+1
2020-06-24Fetch account data one minute before expiryOskar Nyberg1-5/+18
2020-04-21Refactor account data cache retry and delay logicOskar Nyberg1-33/+41
2020-04-21Add account data fetch lock to prevent simultaneos fetchesOskar Nyberg1-2/+10
2020-04-21Prevent clear scheduled fetch when performing new fetchOskar Nyberg1-5/+13
2020-04-06Make welcome screen disappear after adding time to accountOskar Nyberg1-0/+15
2020-04-03Fix overflow bug when using shiftAndrej Mihajlov1-1/+2
2020-02-21Fix linter problems caused by @typescript-eslint/no-floating-promisesOskar Nyberg1-2/+3
2020-02-19Fix linter problems caused by @typescript-eslint/no-explicit-anyOskar Nyberg1-1/+1
2020-02-19Install and configure eslintOskar Nyberg1-1/+0
2019-08-16Move login to the main processAndrej Mihajlov1-0/+118