Commit Graph

236 Commits

Author SHA1 Message Date
c07cb227ab Add comments to eslint exceptions
[MAILPOET-3511]
2021-03-30 14:05:47 +02:00
410c25482a Fix code style by updated eslint
[MAILPOET-3511]
2021-03-30 14:05:47 +02:00
b89b018641 Fix align saving in the form editor
[MAILPOET-3512]
2021-03-29 09:45:28 +02:00
b48ff353a7 Fix form style font size settings input in form editor
[MAILPOET-3253]
2021-01-18 11:10:30 +01:00
3631113dfd Add test for history_record reducer
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
75d451b9d1 Add tests for selectors hasEditorUndo & hasEditorRedo
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
14b6b88f9b Fix panel toggle for Gutenberg 9.1
[MAILPOET-3154]
2020-10-12 11:02:27 +02:00
f0e169ab0a Add a js test
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
954e4db742 Add animation
[MAILPOET-3088]
2020-09-16 14:30:16 +02:00
f18889bd73 Display an error when saving form with empty list selection block
[MAILPOET-3112]
2020-09-02 13:59:56 +02:00
a1b0fe5916 Map form placement data to new structure on load
[MAILPOET-3072]
2020-09-02 13:17:44 +02:00
9e44c557fb Map form placement data to new structure on save
[MAILPOET-3072]
2020-09-02 13:17:44 +02:00
188f64e068 Add tests
[MAILPOET-3075]
2020-08-12 16:35:28 +02:00
74ad8c4952 Add mapping for submit button gradient
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
3eb6513b0a Add columns graditent mapping from blocks to server data
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
aeb2c0d391 Add columns gradient mapping from server data to block
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
42f174e880 Refactor form editor settings values in tests
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
49183478eb Refactor input styles data to blocks input styles mapping to TS
[MAILPOET-3005]
2020-07-07 09:18:31 +02:00
6ce703ba98 Fix mapping custom font size value from server data
[MAILPOET-3007]
2020-06-30 09:32:11 +02:00
6d59143453 Save new typography settings in heading and paragraph block
[MAILPOET-3007]
2020-06-30 09:32:11 +02:00
ee70c2d5c5 Fix saving of custom colors for paragraph, heading and columns blocks
[MAILPOET-3010]
2020-06-23 14:07:09 +02:00
6a669ad620 Save heading background color in form editor
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
fb278924cc Set form default styles in mapper
[MAILPOET-2938]
2020-06-08 20:56:17 +02:00
3276d32b60 Add default values for form placement settings
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
49ce4cfa1f Add size settings to placement settings in preview
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
wxa
e9bbfbee46 Remove unnecessary custom CSS, change defualt form padding [MAILPOET-2869] 2020-05-21 09:30:51 +02:00
c99e04ad49 Fix form input padding mapping
[MAILPOET-2930]
2020-05-19 17:27:36 +02:00
62224de112 Use default input padding if not defined
[MAIPOET-2892]
2020-05-13 13:59:00 +02:00
0c3b6db75f Set default form padding when loading form settings from server
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
99f6bafd1f Fix JS test name
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
2c2ef3205c Rename test
[MAILPOET-2835]
2020-05-06 16:26:42 +02:00
d21b7baa7f Save and load divider attributes
[MAILPOET-2835]
2020-05-06 16:26:42 +02:00
f9ea393b07 Refactor function to a separate file
[MAILPOET-2835]
2020-05-06 16:26:42 +02:00
8dc3d5f493 Fix loading custom field from columns
[MAILPOET-2868]
2020-04-24 11:39:41 +02:00
936a75c277 Remove names from stored segment block values
[MAILPOET-2801]
2020-04-09 10:09:57 +02:00
201c1c7656 Allow saving form also when list selection with lists is present
[MAILPOET-2828]
2020-04-08 12:43:38 +02:00
63d6d463cb Add support for image block link
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
072804a412 Add loading image blocks from server
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
3616f55df9 Add saving of form image blocks to server
[MAILPOET-2750]
2020-04-08 12:04:47 +02:00
d36c63fff7 Add other button style settings to panel
[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
ea6f9bb76a Fix tests
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
6fe3ff3fe1 Load paragraph block from server
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
718bc278f9 Save paragraph block to server
[MAILPOET-2614]
2020-03-23 18:30:26 +01:00
e9c3049576 Fix saving class name attributes for divider and custom html blocks
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
6c9d24a6ed Add saving and loading of custom classes
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
af87ca3a7d Add border related settings to input style settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
eadd6af544 Add background color input style to styles settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
026a35fffb Add mapping of form API data format styles to block attributes
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
e6ceb97b18 Add mapping of block styles attribute to API data format
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00