Commit Graph

2410 Commits

Author SHA1 Message Date
Amine Ben hammou
c1c845ab8d Rewrite t to be called as a normal function
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
d1968dfe50 Fix acceptance tests
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
3194d93a07 Redirect basics tab to new settings
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
dc0fc44194 Move utility functions to common functions
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
50ca3b7310 Move constants to MailPoet
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
ae3380ced3 Fix isMssActive selector
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
cd9fd66c15 Redirect to new Basics page by default
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
3af7601ab6 Add email addresses validation
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
adf8cc31e6 Show loading animation while saving
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
70a104a0f8 Use the new settings page
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
30d9a9c108 Add GDPR guide
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
3bed3562a1 Add shortcodes
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
918fb4bd87 Scroll to the top after saving
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
4ea653b81f Add new subscriber notifications
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
10a3ce4b98 Add stats notifications
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
afebf3b22b Add form error flag to state
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
b6f61a33eb Add Unsubscribe page
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
6026327b1f Add Manage subscription page
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
48c6fcce37 Add segments to the state
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
57e881dff5 Add subscribe in comments and registration
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
ecffd118af Add utils functions
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
6cdb029465 Make useSetting return value and setter
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
f8d88c70a4 Add DefaultSender fields
I could not reuse DefaultSender component from old settings
because it doesn't use the Redux store.
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
e5ff076e78 Fix save and track saved settings
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Amine Ben hammou
c4d53df406 Add common CSS and components
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Jan Jakeš
7d352062ba Display unapproved key notice for sending step, disable send buttons
[MAILPOET-2729]
2020-03-24 19:55:36 +01:00
Jan Jakeš
5160498c22 Display unapproved key notice for 'Send preview'
[MAILPOET-2729]
2020-03-24 19:55:36 +01:00
Pavel Dohnal
68ad8a72c0 Remove html support, we don't support that
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
Pavel Dohnal
6fe3ff3fe1 Load paragraph block from server
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
Pavel Dohnal
718bc278f9 Save paragraph block to server
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
Pavel Dohnal
b7aa1b9f3d Create paragraph block
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
Pavel Dohnal
02fe614b27 Split component into two
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
96a5344115 Update acceptance test
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
20f417fe1e Remove debug code
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
46fbb588bb Add checkbox
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
db47fdf22f Use a new close button
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
104f84c863 Add save button
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
915d80d4c5 Display toggle in modal
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
fbae1f10ad Fix modal prop types
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
c77a9f3137 Create toggle component
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
f9aca4fe57 Open settings modal
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
af69fae556 Active state for form placement component
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
15df4ec37c Hover state for form placement component
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
c9a2a44970 Add placement settings header
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
9c4844f77c Create a component for placement settings
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Pavel Dohnal
5d317fc4a8 Remove form placement switches
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
Rostislav Wolny
136b1050a1 Fix proptypes warning in Selection
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
e9c3049576 Fix saving class name attributes for divider and custom html blocks
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
99be159566 Render custom class names in form editor
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
Rostislav Wolny
6c9d24a6ed Add saving and loading of custom classes
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00