Commit Graph

3726 Commits

Author SHA1 Message Date
Rostislav Wolny
0d0ac4c6f2 Refactor inserter sidebar open state to form editor store
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
abc965e143 Add support for colors in column block in form editor
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
6a412ac035 Update form editor default configuration
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
8d0d2e168b Add support for custom padding in form column
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
8c9c17b261 Fix inserter sidebar appearance on mobile
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
7ab4576d04 Fix block inserter sidebar appearance
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
c1a0b70cd0 Fix react props warning on settings page
[MAILPOET-3532]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
e5c90821be Add support for isStackedOnMobile for columns
[MAILPOET-3564]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
ed9225a8d0 Disable anchor for column and columns blocks
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
bd41098e5e Fix saving and rendering form columns widths
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
781c4426c4 Fix custom CSS editor error
There was an error when closing the panel with the custom CSS.
TypeError: Cannot read property 'removeChild' of null on textarea.parentNode
Wrapping the textarea into a div helped.
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
34cdd88bcd Replace removed __experimentalUseEditorFeature
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
a0d566b9a9 Use BlockTools for block tools toobar
Popover slot for block tools is deprecated
[MAILPOET-3658]
2021-08-30 12:10:55 +02:00
Rostislav Wolny
d0cbd74f97 Remove unnecessary DropZoneProvider from editor component
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Pavel Dohnal
525b5e3582 Move subscribers cache note down
[MAILPOET-3754]
2021-08-25 14:01:34 +02:00
Pavel Dohnal
e87885bdd0 Use number comparasion
[MAILPOET-3626]
2021-08-25 09:22:44 +02:00
Brezo Cordero
f66656b38b Unify duplicated API error notices
[MAILPOET-2844]
2021-08-18 15:52:13 +02:00
Brezo Cordero
17c0777f96 Move calendarStartDay from DateText to DatePicker
[MAILPOET-3703]
2021-08-16 13:31:36 +02:00
Brezo Cordero
c3d34a91fe Set calendarStartDay in DateText to WP "week starts on"
Update also @types/react-datepicker to latest to include calendarStartDay.

[MAILPOET-3703]
2021-08-16 13:31:36 +02:00
Jan Lysý
15211fbd5e Fix deleting Products block in the newsletter editor
[MAILPOET-3727]
2021-08-16 12:37:50 +02:00
Jan Lysý
5e1f523c96 Improve code according the review
[MAILPOET-3708]
2021-08-16 10:25:37 +02:00
Jan Lysý
1a2c2746ca Add the subscribers recalculate component on the subscribers listing
[MAILPOET-3708]
2021-08-16 10:25:37 +02:00
Jan Lysý
74dc9fce53 Remove the character "~" from counts
[MAILPOET-3708]
2021-08-16 10:25:37 +02:00
Jan Lysý
f61faa7e19 Use react notice on error
[MAILPOET-3646]
2021-07-12 11:51:39 +02:00
Jan Lysý
759cea0f97 Add calling API on the click
[MAILPOET-3646]
2021-07-12 11:51:39 +02:00
Jan Lysý
d6e709ff53 Use cache oldest created at in template
[MAILPOET-3646]
2021-07-12 11:51:39 +02:00
Jan Lysý
063db4e4f4 Add component with message about cache on subscriber list page
[MAILPOET-3646]
2021-07-12 11:51:39 +02:00
Jan Lysý
96c84009b7 Add tilde before subscribers count in selects
[MAILPOET-3646]
2021-07-12 11:51:39 +02:00
Rostislav Wolny
2056fc16bf Update react-datepicker
Switching to dist version of CSS was needed because they use division in SCSS file
and it triggers a deprecation warning.
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Pavel Dohnal
b6009f67bc Hide beacon in the form preview window
[MAILPOET-3636]
2021-06-28 13:42:59 +02:00
Jan Lysý
b8a164338a Move errors at the beginning of the form component
[MAILPOET-3649]
2021-06-28 11:29:46 +02:00
Jan Lysý
79db822e19 Fix comment with timeout value 2021-06-28 11:29:46 +02:00
Jan Lysý
e8e05a301b Move error messages from editor to form component
[MAILPOET-3649]
2021-06-28 11:29:46 +02:00
Jan Lysý
97e692ff59 Add automation ids for acceptance tests
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
96fa2c2430 Move BC compatibility for UserRole to entity data getter
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
5035fc0f33 Use react fragment with key property in loop
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
f3bd457c3a Fix width of select for WC subscription
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
4463f32e8b Disable save button when count is unknown
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
81d94f5512 Use store for count of subscribers
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
a61a94da5f Change button design by the redesign
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
3ecc390028 Fix default store state for dynamic segments
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
c91b8f75d5 Add all filters into request for subscribers count
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
aaf7ea6d99 Add delete button for filters
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
c8154213b6 Add radio input for select connect type
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
9a66f36236 Update specific segment filter in store
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
8ab7f47607 Render more filters in the form
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
ceb00aab29 Add action for update specific filter
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
b35de66ffd Add button for new conditions
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Matthias Günter
28eb7e2c07 fix: avoid double execution of jQuery.ready 2021-06-15 13:27:38 +02:00
Ján Mikláš
a3818b868f Replace MailPoet's dark blue text color with WordPress' dark gray
[MAILPOET-3548]
2021-06-07 13:49:33 +02:00