-
Notifications
You must be signed in to change notification settings - Fork 139
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
Credits Page #280
base: main
Are you sure you want to change the base?
Credits Page #280
Conversation
✅ Deploy Preview for nimble-elf-d9d491 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ee79215
to
c4bc67b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error handling needs fixing.
I do worry this docs site is becoming very complex now, I guess its fine.
- drop `axios` dependency - always throw if `TOKEN`s are unset - log errors to console - extract bot data logic to its own file - use bot's avatar as fallback for translators
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once #293 drops I'll update it to use the Avatater
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this still needs testing as I don't have a Crowdin token
<VPTeamPageSection v-if="committers.length"> | ||
<template #title>{{ options!.committers.title }}</template> | ||
<template #members> | ||
<VPTeamMembers :members="committers" size="small" /> | ||
</template> | ||
</VPTeamPageSection> | ||
<VPTeamPageSection v-if="authors.length"> | ||
<template #title>{{ options!.authors.title }}</template> | ||
<template #members> | ||
<VPTeamMembers :members="authors" size="small" /> | ||
</template> | ||
</VPTeamPageSection> | ||
<VPTeamPageSection v-if="translators.length"> | ||
<template #title>{{ options!.translators.title }}</template> | ||
<template #members> | ||
<VPTeamMembers :members="translators" size="small" /> | ||
</template> | ||
</VPTeamPageSection> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do you prefer these to be sorted?
CROWDIN_TOKEN
GITHUB_TOKEN