Commit Graph

4 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
620296d22f
fix: also apply margin to loader
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 03:38:17 +02:00
fea30d5bea
feat: nicer styling of repositories and repositories lists
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 03:35:28 +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