Commit Graph

20 Commits

Author SHA1 Message Date
d54aabd621
refactor: rework API loader and caching
All checks were successful
deploy / deploy (push) Successful in 2m24s
This commit removes dependency on rxjs.

It also implements better composables to handle data fetching from
remote APIs and caching these values more transparently.

This commit also switches from yarn to npm

It also switches to the official Umami plugin
2024-06-20 09:27:59 +02:00
2496bff82f
fix: only subscribe once to observables 2023-11-03 19:48:47 +01:00
89d2e1b9b3
feat: display API errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 18:04:30 +02:00
1885072da2
feat: better repository card
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 15:57:45 +02:00
5fbab2eefc
feat: add custom icons to the website
This commit adds icons from various sources as a single font file to the website. Icons can be
inserted with the new Icon component.
2023-05-08 15:33:22 +02:00
a025f39d5a
feat: add link on repository cards to repos
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 13:16:58 +02:00
1e3e15ab4e
feat: add possibility to list specific repositories
ListRepositories will now fetch repos with FetchRepositories only if no repositories are already
passed to the component in its default slot.
2023-05-08 12:48:56 +02:00
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
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
de2f11f8fe
feat: add loader spinner to API loader 2023-05-08 03:34:48 +02:00
8cbd1dbf07
feat: remove unused PreviewImage component
All checks were successful
continuous-integration/drone/push Build is passing
This commit removes the PreviewImage component that hasn't been used for quite some time in the
codebase.

BREAKING CHANGE: deletion of PreviewImage component
2023-05-08 03:02:37 +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
08825d870b
feat: properly display GitHub repositories 2023-05-05 00:42:11 +02:00
aa82e265c8
fix: correctly update displayed repos after fetch
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-05 00:38:37 +02:00
7c185dd453
feat: add bases for GitHub API interaction and cache 2023-05-04 23:23:01 +02:00
8413181750
refactor: move Vuepress files in dedicated directory
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:47 +01:00