Closed cwoolum closed 1 month ago
Latest commit: d09f3026f50246ef601dc9fdd58ef0420c5d5424
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
pnpm add https://pkg.pr.new/qwikifiers/qwik-ui@981
pnpm add https://pkg.pr.new/qwikifiers/qwik-ui/@qwik-ui/headless@981
pnpm add https://pkg.pr.new/qwikifiers/qwik-ui/@qwik-ui/styled@981
pnpm add https://pkg.pr.new/qwikifiers/qwik-ui/@qwik-ui/utils@981
commit: c48a13b
What is it?
Why is it needed?
Closes #980
This replaces
all-contributors
in the Github repo with a dynamic version loaded from the Github API. I added a cache of 10 minutes for a balance of fairly up to date while not getting throttled by Github. If this still is an issue, we can add a Github token and use authenticated requests. In my testing though, it took a fair amount of traffic to get throttled.The UX takes theming into account and uses the user selected accent values.
Checklist:
pnpm change
and documented my changes