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

Feat: Add support for generating and sending weekly newsletter emails. #468

Merged
merged 6 commits into from
Sep 10, 2024

Conversation

Mikmokki
Copy link
Contributor

@Mikmokki Mikmokki commented Sep 1, 2024

Description

  • ...

Before submitting the PR, please make sure you do the following

  • If your PR is related to a previously discussed issue, please link to it here.

#243

  • Prefix your PR title with feat:, fix:, chore:, or docs:.
  • This message body should clearly illustrate what problems it solves.
  • Make sure the commit history is linear, up-to-date with main branch and does not contain any erroneous changes

Formatting and linting

  • Format code with pnpm format and lint the project with pnpm lint

collection: "weekly-newsletters",
id: newsletterId,
depth: 2,
locale: "en",
});
})) as unknown as WeeklyNewsletter;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tää on kyl kauhee. Buildi jäi tästä kii

apps/cms/src/controllers/newsletter-controller.ts Outdated Show resolved Hide resolved
apps/cms/src/emails/newsletter-email.tsx Outdated Show resolved Hide resolved
apps/cms/src/emails/helper-components.tsx Outdated Show resolved Hide resolved
apps/cms/src/emails/helper-components.tsx Show resolved Hide resolved
apps/cms/src/emails/helper-components.tsx Show resolved Hide resolved
apps/cms/src/controllers/newsletter-controller.ts Outdated Show resolved Hide resolved
@joonatanaatos joonatanaatos merged commit 9869ef6 into main Sep 10, 2024
3 checks passed
@joonatanaatos joonatanaatos deleted the weekly-newsletters branch September 10, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants