b51e6c0c9c
Update products display options - image properties
...
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
83ffbcad8e
Update products display options - title properties
...
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
78587c7271
Remove condition to display products widget
...
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
adff168db9
Better file naming
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
0f703cf1b3
Refactor wizard step layout to component
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
ebad4c6568
Fix eslint error
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
2ab94d0ab4
New stepped progress styles
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
f6192f77a1
Updated wizard content styles
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
2c46b69c25
Move stepped progress bar above content
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
00950b1ec5
Align welcome wizard left
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
9955d0d937
Add new illustrations and two-column layout for welcome wizard
...
[MAILPOET-1927]
2019-04-16 14:51:39 +02:00
34c29333bb
[MQ-104] tests adding spacer block to editor
2019-04-15 14:30:56 +02:00
24a7abba0b
[MQ-111] Test add divider to editor
2019-04-15 12:38:01 +02:00
02e8a8eb15
[MQ-183] tests adding header block to editor
2019-04-15 09:57:15 +02:00
8f734a538a
[MQ-180] tests footer block can be added to edtior
2019-04-12 09:20:05 -04:00
5e141148dc
Display resize handles when settings panel is active
...
[MAILPOET-1872]
2019-04-10 01:36:54 -04:00
d788b6596f
Change free email warning position
...
[MAILPOET-1941]
2019-04-10 01:32:32 -04:00
df54413303
Update Tracking step in wizard
...
[MAILPOET-1926]
2019-04-08 11:21:40 -04:00
a671aede6d
[MQ-110] tests image widget drag-n-drop
2019-04-08 10:45:04 -04:00
5e2a87a4bf
Save sender even if user skips wizard
...
[MAILPOET-1925]
2019-04-05 12:48:08 -04:00
9cab95c863
Update sender email saved from wizard
...
[MAILPOET-1925]
2019-04-05 12:48:08 -04:00
34b9d07c4e
Remove sender free address warning from wizard
...
[MAILPOET-1925]
2019-04-05 12:48:08 -04:00
4b7ebc330a
Remove reply-to from wizard
...
[MAILPOET-1925]
2019-04-05 12:48:08 -04:00
1a4102ecff
Fix styling on template selection
...
[MAILPOET-1932]
2019-04-05 10:16:05 -04:00
3acfc9bfb5
Update styling on email type selection page
...
[MAILPOET-1932]
2019-04-05 10:16:05 -04:00
d5ccc13187
Fix the form selector [MAILPOET-1816]
2019-04-01 07:20:32 -04:00
06ed6cf61a
Add products block config
...
[MAILPOET-1842]
2019-03-28 15:32:50 -04:00
38f8cd9439
Create acceptance test for testing products widget
...
[MAILPOET-1842]
2019-03-28 15:32:50 -04:00
f05e513ff5
List products in products widget
...
[MAILPOET-1842]
2019-03-28 15:32:50 -04:00
5693918aae
Fix message construction
...
[MAILPOET-1890]
2019-03-28 07:19:22 -04:00
72fc8cecf2
Add test for sender warning
...
[MAILPOET-1890]
2019-03-28 07:19:22 -04:00
7067b82e06
Improve message handling
...
[MAILPOET-1890]
2019-03-28 07:19:22 -04:00
6fc68bb979
Update sender warning message
...
[MAILPOET-1890]
2019-03-28 07:19:22 -04:00
8edf58b2b2
Remove constants from state in wizard steps controller
...
[MAILPOET-1916]
2019-03-26 11:06:56 -04:00
1edfedbe01
Refactor NpsPoll to custom effect
...
[MAILPOET-1916]
2019-03-26 11:06:56 -04:00
3dc67ac481
Use satismeter loader for loading satismeter script
...
[MAILPOET-1916]
2019-03-26 11:06:56 -04:00
3ddf14213d
Refactor welcome wizard controller to function component
...
[MAILPOET-1916]
2019-03-26 11:06:56 -04:00
496103da5e
Refactor nps poll component using hooks
...
[MAILPOET-1916]
2019-03-26 11:06:56 -04:00
96de1c0faa
Fix selecting monthly post notification frequency
...
[MAILPOET-1866]
2019-03-25 07:12:03 -04:00
e2cde798df
Unify detecting free domain in JS and PHP from one source
...
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
afe7aa0a54
Move user flags from settings [MAILPOET-1677]
2019-03-21 10:03:21 -04:00
46416e410b
Rename posts to product
...
[MAILPOET-1709]
2019-03-19 10:25:06 -04:00
abebf5ce49
Add a feature flag
...
[MAILPOET-1709]
2019-03-19 10:25:06 -04:00
1fd64330d2
Create a products widget in editor
...
[MAILPOET-1709]
2019-03-19 10:25:06 -04:00
cc9a0c4141
Fix block and container highlight for resizing
...
Previously the position of cursor (inside/outside block) was tracked during the resizing.
This commit changes this focus detection so that it is detected once at the end of resizing based on the final mouse position.
Thanks to event bubbling parent containers could set correct highlight state as well.
[MAILPOET-1819]
2019-03-18 06:07:30 -04:00
ad05c0ca94
Add resize events bubbling from block to containers
...
https://marionettejs.com/docs/master/events.html#event-bubbling
[MAIPOET-1816]
2019-03-18 06:07:30 -04:00
d445495cba
Refactor event within view detection into utils
...
[MAILPOET-1819]
2019-03-18 06:07:30 -04:00
b8ce70ec2f
Fix ALC block view settings opening on click
...
[MAILPOET-1819]
2019-03-18 06:07:30 -04:00
ae84cdc859
Fix resize handle hiding after block resize finishes
...
[MAILPOET-1819]
2019-03-18 06:07:30 -04:00
1b044f77a3
Fix for mouseleave not being triggered during resize
...
[MAILPOET-1819]
2019-03-18 06:07:30 -04:00