-
-
Notifications
You must be signed in to change notification settings - Fork 271
feat: add GitHub contributors graph #1445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
dc34dc7
f0f4fd5
85778ac
b11e4a0
22ce764
ac2df1a
b8e7d7b
9726a65
453ad71
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1380,7 +1380,11 @@ const showSkeleton = shallowRef(false) | |||||||||||||||||||||
| </ClientOnly> | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| <!-- Download stats --> | ||||||||||||||||||||||
| <PackageWeeklyDownloadStats :packageName :createdIso="pkg?.time?.created ?? null" /> | ||||||||||||||||||||||
| <PackageWeeklyDownloadStats | ||||||||||||||||||||||
| :packageName | ||||||||||||||||||||||
| :createdIso="pkg?.time?.created ?? null" | ||||||||||||||||||||||
| :repoRef="repoRef" | ||||||||||||||||||||||
| /> | ||||||||||||||||||||||
|
Comment on lines
+1383
to
+1387
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix repoRef nullability for
🛠️ Suggested fix- :repoRef="repoRef"
+ :repoRef="repoRef ?? undefined"📝 Committable suggestion
Suggested change
🧰 Tools🪛 GitHub Check: 💪 Type check[failure] 1371-1371: |
||||||||||||||||||||||
|
|
||||||||||||||||||||||
| <!-- Playground links --> | ||||||||||||||||||||||
| <PackagePlaygrounds | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.