Commit Graph

9623 Commits

Author SHA1 Message Date
893d0e7ac1 Add popup option
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
e27d6f3d17 Move icon to a specific component
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
a840efc6ba Add icon
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
9f7c98c5e0 Ensure honeypot field is not visible
[MAILPOET-2755]
2020-03-31 09:39:17 +02:00
7676e344ac Add missing file after styles refactor
[MAILPOET-2822]
2020-03-30 09:52:35 +02:00
b7d4eb744f Dismis notice when feature enabled
[MAILPOET-2724]
2020-03-30 09:52:21 +02:00
76c014137b Enable transactional emails
[MAILPOET-2724]
2020-03-30 09:52:21 +02:00
f7b8bb65f8 Display the notice only once
[MAILPOET-2724]
2020-03-30 09:52:21 +02:00
d102362e34 Display a notice for transactional emails opt-in
[MAILPOET-2724]
2020-03-30 09:52:21 +02:00
6f4ad78536 Fix coding style in Text block renderer
[MAILPOET-2821]
2020-03-29 21:39:01 +02:00
58ca138da9 Add unit test for handling empty paragraphs within text block
[MAILPOET-2821]
2020-03-29 21:39:01 +02:00
2d37de35cf Fix deprecation warnings for TransactionalEmail integration test
[MAILPOET-2821]
2020-03-29 21:39:01 +02:00
daf5bafe93 Strip unwanted tags from WooCommerce mail footer text
When we initially generate WooCommerce transactional email template
we must exclude tags that can't be inserted to paragraph tag.
[MAILPOET-2821]
2020-03-29 21:39:01 +02:00
466c034f8e Fix mobile preview width, remove unnecessary padding
[MAILPOET-2763]
2020-03-29 14:01:24 +02:00
f73a7c499c Unify size of color settings in sidebar
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
67d5a3d54e Ensure solid border style for styled inputs and button in form editor
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
f4369975ed Allow zero border size and border radius for button and inputs
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
7aaf07217a Fix paragraph and heading configuration warnings
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
df34b6e287 Add full width as default email input and submit width
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
faa9c07eb1 Remove deprecated properties from newly created forms by form factory
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
30a188779d Add acceptance test for form submit button styles
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
94784cfd8a Add submit button styles support to block styles renderer
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
2c69d07109 Render block styles for submit button block
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
172241e650 Rename TextInputStyleRenderer to BlockStyleRenderer
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
9abb98fe15 Render selected button styles in form editor
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
d36c63fff7 Add other button style settings to panel
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
bed6bf657e Use font size setting in form styles settings
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
40570f17d0 Add font size settings component
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
48e4f2b430 Use color setting component in form and input settings
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
b87ced1eb6 Add color setting component
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
48bd3aed4a Add style settings to button inspector control and store them
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
afd626e5bb Add component for basic button style settings
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
73563ca9dd Add missing proptypes to input style settings
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
2edfac771f Set default label
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
2267912927 Avoid rerendering SegmentsSelect
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
15c34c9937 Fix radio input onChange event
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
88b12dc1cc Focus settings menu item
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
c1c845ab8d Rewrite t to be called as a normal function
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
d1968dfe50 Fix acceptance tests
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
3194d93a07 Redirect basics tab to new settings
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
dc0fc44194 Move utility functions to common functions
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
50ca3b7310 Move constants to MailPoet
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
ae3380ced3 Fix isMssActive selector
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
cd9fd66c15 Redirect to new Basics page by default
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
3af7601ab6 Add email addresses validation
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
adf8cc31e6 Show loading animation while saving
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
70a104a0f8 Use the new settings page
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
30d9a9c108 Add GDPR guide
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
3bed3562a1 Add shortcodes
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
918fb4bd87 Scroll to the top after saving
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00