Commit Graph

5 Commits

Author SHA1 Message Date
1678100198
feat: improve caching of individual repositories
This commit adds the possibility to provide to the caching component data already known and to be
cached immediately without the need of a callback function. This allows caching individual
repositories without having to rely on additional API calls. However, repos can also be retrieved
individually from the GitHub API based on their full name.
2023-05-08 11:19:41 +02:00
e0bcdb6dd3
refactor(cache): remove unused elements in Cache's script 2023-05-08 10:37:39 +02:00
85da82cd70
feat(cache): improve error message in console
No need to try and give the data found in localStorage, just say what went wrong and move on.
2023-05-08 10:36:19 +02:00
4927ef369a
fix: remove debug console.log
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 03:40:59 +02:00
0a1e9536cd
feat: handle API calls and caching through Vue components
BREAKING CHANGE: API calls and cache no longer made in their respective composable
2023-05-08 03:01:17 +02:00