listmonk/frontend
Kailash Nadh 022b35c4a7 Add support for sending 'opt-in' campaigns.
- Campaigns now have a `type` property (regular, opt-in)
- Opt-in campaigns work for double opt-in lists and e-mail
  subscribers who haven't confirmed their subscriptions.
- Lists UI shows a 'Send opt-in campaign' optin that
  automatically creates an opt-in campaign for the list
  with a default message body that can be tweaked before
  sending the campaign.
- Primary usecase is to send opt-in campaigns to subscribers
  who are added via bulk import.

This is a breaking change. Adds a new Postgres enum type
`campaign_type` and a new column `type` to the campaigns table.
2020-02-09 11:36:15 +05:30
..
public chore: fix frontend directory structure 2019-05-27 17:17:26 +05:30
src Add support for sending 'opt-in' campaigns. 2020-02-09 11:36:15 +05:30
.babelrc chore: fix frontend directory structure 2019-05-27 17:17:26 +05:30
.gitignore chore: fix frontend directory structure 2019-05-27 17:17:26 +05:30
config-overrides.js chore: fix frontend directory structure 2019-05-27 17:17:26 +05:30
package.json Add Prettier conf 2019-08-26 23:42:47 +05:30