-
Notifications
You must be signed in to change notification settings - Fork 1
Blog: "Add Badge" #46
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
Conversation
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.
Pull Request Overview
This PR adds an "Add Badge" blog post and supporting components to showcase the new overlay badge plugin, along with updating the authors list.
- Introduces a new React component (ImageRow) for displaying image rows.
- Adds a blog post detailing the badge plugin and its technical background.
- Updates the authors YAML file with a new contributor entry.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/components/ImageRow.tsx | Adds a new React component for image display. |
| blog/authors.yml | Updates the authors list with a new entry. |
| blog/2024/2024-11-01-introducing-add-badge/index.mdx | Introduces the new blog post for the add badge tool. |
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.
Pull Request Overview
This PR introduces a new blog post titled "Introducing Add Badge" along with updates to support the feature. It also adds a new React component for rendering image rows and updates author metadata.
- Added the reusable ImageRow component in src/components/ImageRow.tsx.
- Extended blog/authors.yml with a new author, Erik Perri.
- Introduced a new MDX blog post detailing the Add Badge feature with image examples.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/components/ImageRow.tsx | New React component to display images in a row |
| blog/authors.yml | Added a new author entry for Erik Perri |
| blog/2024/2024-11-01-introducing-add-badge/index.mdx | New blog post introducing the Add Badge plugin |
No description provided.