Commit Graph

6 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
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