Skip to content
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

fix: tag former team members as such in blog #298

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

nunopolonia
Copy link
Contributor

Fixes SIGN-584

  • Add (former) to person component
  • Pass is_active to person as prop in blog-entry
  • Pass is_active to person as prop in blog-post

@nunopolonia nunopolonia self-assigned this Dec 15, 2023
Copy link

linear bot commented Dec 15, 2023

@nunopolonia
Copy link
Contributor Author

Depends on #297 to be able to pass the CI/CD Github actions

Fixes SIGN-584

- Add (former) to person component
- Pass is_active to person as prop in blog-entry
- Pass is_active to person as prop in blog-post
src/components/pages/blog-post.svelte Outdated Show resolved Hide resolved
src/components/blog-entry.svelte Outdated Show resolved Hide resolved
Since the Person component is also used in the Testimonials
which don't have an isActive prop, it needs to default to true otherwise
the (former) tag will be shown in the testimonials
@nunopolonia
Copy link
Contributor Author

@kaaps While doing the changes you requested I've noticed that the Person component is also being used in the testimonials so I've set the isActive prop as true by default, otherwise all testimonials would have "(Former)" attached to them

@nunopolonia nunopolonia merged commit 17b20d1 into main Dec 20, 2023
2 checks passed
@nunopolonia nunopolonia deleted the sign-584-tag-former-teammembers branch December 20, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants