Skip to content

[next] feat: add sponsor button to team members settings #1351

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

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Nov 29, 2021

Add sponsor button to the team members.

Now we may add optional sponsor setting to team member JSON.

[
  {
    "name": "Evan You",
    "title": "Creator",
    "company": "Vue.js",
    "sponsor": "https://github.com/sponsors/yyx990803"
    ...
  },
  ...
]

Screen Shot 2021-11-29 at 13 59 48

Screen Shot 2021-11-29 at 13 59 41

@kiaking kiaking added the enhancement New feature or request label Nov 29, 2021
@kiaking kiaking self-assigned this Nov 29, 2021
@netlify
Copy link

netlify bot commented Nov 29, 2021

✔️ Deploy Preview for vue-docs-preview ready!

🔨 Explore the source changes: dc67a2d

🔍 Inspect the deploy log: https://app.netlify.com/sites/vue-docs-preview/deploys/61a45f4ef70b7a00078289c0

😎 Browse the preview: https://deploy-preview-1351--vue-docs-preview.netlify.app

Copy link
Member

@bencodezen bencodezen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the changes @kiaking. Great job!

font-size: 12px;
font-weight: 500;
color: #fd1d7c;
transition: color 0.25s, background-color 0.25s;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice touch here! 🙌

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@kiaking kiaking merged commit 3f0179e into next Nov 30, 2021
@kiaking kiaking deleted the team-sponsor-button branch November 30, 2021 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants