Commit Graph

3 Commits

Author SHA1 Message Date
Patric Stout
9260537e3f chore: apply prettier coding-style to the whole project (#63) 2024-03-03 08:59:30 +00:00
Patric Stout
afc0cc3df5 fix: better alignment in character selection (#27) 2023-11-26 19:00:13 +00:00
Patric Stout
92298f2ad8 feat: ability to load characters and their skills from ESI (#25)
This can track multiple characters, and tries to make as few as possible
ESI calls.

In the localstorage, we keep track of all the characters and their
refresh-tokens.
Access-tokens and skills are not stored in the localstorage, which means
that every reload, this information is fetched from ESI again.
2023-11-26 16:51:11 +01:00