Commit Graph

2438 Commits

Author SHA1 Message Date
1d6a7f6fde Create WP Redux store
[MAILPOET-2676]
2020-03-16 08:03:26 +01:00
408437af70 Inject all settings
[MAILPOET-2676]
2020-03-16 08:03:26 +01:00
1d029374e8 Create new settings page
[MAILPOET-2676]
The new settings can be accessed via `?page=mailpoet-new-settings`
I don't think we need a flag for this because it's already hidden.
2020-03-16 08:03:26 +01:00
038cc0bc6b Remove Feedback section from form editor
[MAILPOET-2735]
2020-03-11 16:26:50 +00:00
54c2b5b6ac Disable columns blocks in form editor
[MAILPOET-2609]
2020-03-11 16:20:46 +00:00
9378aef58c Move layout category above fields in block inserter
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
0c64c38e61 Add small container detection on desktop
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
e5f84f9333 Ensure email and submit are always present even when deleted with columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
ab1e2ef0a9 Remove disabled from text inputs in form editor
Was causing that those inputs were rendered with transparent background
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
d6b06ec371 Store columns block vertical alignment settings
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
b51ce7c1b2 Store columns block custom class name
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
8e71f8d3cc Store columns text and background colors settings
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
7cccd68d08 Add storing of vertical alignment property for column blocks
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
1c6cffc44d Add mapping for blocks from stored form data
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
1d7fffbe8d Add saving of nested columns blocks
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
5f2aa1adda Add core\columns and core\column blocks to form editor
[MAILPOET-2610]
2020-03-06 14:15:14 +01:00
f31378922b Add layout category and move divider block in it
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
698c523d25 Remove React.FC
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
e951591d6f Use Typescript instead of InferProps
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
0ceac8921f Add Typescript linting to qa:lint-javascript command
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
20909f0912 Generate PropTypes from Typescript definitions
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
a669beed07 Add ESLint rule for Typescript files
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
9de1481efe Add First .ts file
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
33948892fa Add possibility to omit extensions
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
83f3729e37 Refactor APIErrorsNotice to Typescript
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
25aec60bc9 Refactor Notice component to Typescript
[MAILPOET-2658]
2020-03-02 20:55:24 +00:00
9547839aa9 Remove unused component
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
f5fc03ee1d Fix preview
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
b49ce7d4e4 Improve styling of styles settings panel
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
d83975dc64 Use font picker from components
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
57b0747b6e Remove toggle that has been removed from specs
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
24c87ad19e Add font size title
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
2c7b8a7d25 Use font size from settings
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
07bbdc59f6 Add font size control
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
3f74b74ff0 Rename component
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
713908b6c3 Display texts using selected colour
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
fbc650e331 Add component for font colour
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
eef74fa2cc Display background colour
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
317bed32b1 Add component for background colour
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
a1df6acdcc Add Form Styles Panel
[MAILPOET-2600]
2020-03-02 20:52:38 +00:00
927d9cf87e Add classes to inputs
[MAILPOET-2601]
2020-02-27 18:49:59 +00:00
daefe143a0 Add mailpoet_paragraph class to all blocks
[MAILPOET-2601]
2020-02-27 18:49:59 +00:00
21926ea3e0 Add mailpoet_form class to form
[MAILPOET-2601]
2020-02-27 18:49:59 +00:00
9e5acecbc0 Fix useNotices implementation 2020-02-26 19:45:43 +00:00
c921bc6f71 Use useMemo and useCallback to memoize context values 2020-02-26 19:45:43 +00:00
2f2a00cbbe Remove MailPoet.Notice 2020-02-26 19:45:43 +00:00
95d8365fb7 Fix image position changes for full post not trigering rendering
[MAILPOET-2491]
2020-02-25 08:08:23 +00:00
8b4537676a Fix featured image display for existing products with display type 'full'
[MAILPOET-2491]
2020-02-25 08:08:23 +00:00
499c14e0a3 Set default for newly added blocks to 'left', for existing blocks to 'none'
[MAILPOET-2491]
2020-02-25 08:08:23 +00:00
efb779e3e7 Add new 'fullPostFeaturedImagePosition' for full post image positioning
[MAILPOET-2491]
2020-02-25 08:08:23 +00:00