Commit e521d75
WYSIWYG Email Editor (#598)
* Added initial files for emil-editor from v0. Published alpha versions to test the package
* Added index.css and README
* shadcn components
* email-editor is fully stand-alone
* WIP: Email Editor styles added
* Removed workspace deps
* pnpm update
* Added license and updated readme
* Changet GH action branch
* Added a test changeset
* Pull current branch, not latest tag
* Upgraded husky and removed test hook
* Ignored a package
* Added .npmrc to gitignore
* Added cherry-picked changes
* Remove dep install
* chore: update versions (#595)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Reverted dep removal
* Switched to main branch
* Exported rendering HTML function from the email-editor package;
* Publishing email-editor
* chore: update versions (#596)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Polished the types and remove unnecessary props
* Refactored contexts away
* Email editor integrated in dedicated editing page
* WIP: Fixing email sending with new editor
* WIP: Email editor used in broadcast, sequence and product drip mails
* Fixed email editor usage across broadcast, sequence and drip functionality
* Auto save email filter on input field blur
* Timed auto-save badge
* lint fixes
* migration for wysiwyg email editor
* Improve sequences lists
* Fixed drip email creation
* Unpublished product's page redirects to notFound
* Removed feature branch from github action
* CodeQL fixes
* Updated docs
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 7b8407e commit e521d75
File tree
184 files changed
+9209
-4142
lines changed- .changeset
- .github/workflows
- .husky
- apps
- docs
- public/assets/emails
- src
- pages/en
- email-marketing
- products
- queue
- src
- domain
- model
- middlewares
- utils
- web
- .migrations
- app/(with-contexts)
- (with-layout)
- products
- p/[id]
- dashboard
- (sidebar)
- mails
- broadcast/[id]
- sequence/[id]/[mailId]
- product-old
- [id]
- customer/new
- section
- [section]
- lesson
- [lesson]
- new
- new
- new
- product/[id]
- content/section
- [section]
- new
- mail
- drip/[productId]/[sectionId]
- internal
- sequence/[sequenceId]/[mailId]
- internal
- components
- admin
- mails
- products/editor
- users/filter-container
- filter-editor
- public
- config
- graphql
- courses
- types
- mails
- hooks
- models
- ui-config
- ui-lib
- deployment/docker
- docs
- packages
- common-logic
- src
- models
- common-models
- src
- components-library
- src
- components/ui
- email-editor
- src
- blocks
- image
- link
- separator
- text
- components
- layout
- settings
- ui
- lib
- types
- icons
- page-blocks
- page-primitives
- state-management
- text-editor
- utils
- src
- services
- app
- queue
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+9209
-4142
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 9 | | |
62 | | - | |
63 | 10 | | |
64 | 11 | | |
65 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
Binary file not shown.
Loading
0 commit comments