Commit Graph

712 Commits

Author SHA1 Message Date
Ján Mikláš
182e5c0139 Refactor modal styles to use classes instead of IDs 2018-12-06 20:56:57 +01:00
Pavel Dohnal
b40916c9fa Make form editor modals wider
[MAILPOET-1565]
2018-12-06 13:22:56 +01:00
Rostislav Wolny
df5288652f Add background images warning
[MAILPOET-1603]
2018-12-04 17:30:33 +01:00
wxa
e35d5d7a18 Hide admin notices in the welcome wizard [MAILPOET-1659] 2018-11-29 16:06:50 +03:00
M. Shull
ccb93ba308 Merge pull request #1620 from mailpoet/remove-tooltip
Remove font tooltip [MAILPOET-1623]
2018-11-15 07:01:10 -05:00
Pavel Dohnal
ab0d94aea2 Remove font tooltip
[MAILPOET-1623]
2018-11-15 10:05:30 +01:00
M. Shull
c778b84932 Merge pull request #1616 from mailpoet/fix-margin
Add space between save and next buttons [MAILPOET-1630]
2018-11-13 05:47:54 -05:00
Rostislav Wolny
5134c60291 Make gap between next and save smaller and fix button size on mobile screen
[MAILPOET-1630]
2018-11-13 09:23:59 +01:00
Amine Ben hammou
57486a522a Fix menu icon on editor page [MAILPOET-1629] 2018-11-12 19:58:05 +01:00
Amine Ben hammou
8ae34e83ec Add space between save and next buttons
[MAILPOET-1630]
2018-11-12 19:31:50 +01:00
Pavel Dohnal
b9993da62c Show congratulation page after first newsletter
[MAILPOET-1468]
2018-11-12 08:10:46 +01:00
M. Shull
99a889fab6 Merge pull request #1599 from mailpoet/editor-error
put validation messages on new line [MAILPOET-1569]
2018-11-08 12:59:25 -05:00
M. Shull
a1457678b0 Merge pull request #1577 from mailpoet/fonts
adding custom fonts [MAILPOET-1493]
2018-11-08 11:18:36 -05:00
Pavel Dohnal
05d054dfad Make menu icon retina friendly
[MAILPOET-1559]
2018-11-07 16:42:02 +01:00
Amine Ben hammou
4bbde3435d Fix bottom margin [MAILPOET-1569] 2018-11-07 15:32:06 +01:00
Amine Ben hammou
74d711fa73 put validation messages on new line 2018-11-07 12:12:31 +01:00
Amine Ben hammou
6e391559fe remove unused CSS 2018-11-06 11:01:55 +01:00
qfrery
85e1467936 css fine tuning2 2018-11-06 10:59:20 +01:00
qfrery
8d816337f7 css fine tuning 2018-11-06 10:59:20 +01:00
Amine Ben hammou
8209facb5c adding custom fonts 2018-11-06 10:59:20 +01:00
Rostislav Wolny
cb8d532d64 Fix ALC rendering of posts to have a padded title
[MAILPOET-1558]
2018-11-05 15:33:48 +01:00
Pavel Dohnal
f5be4e47e8 Rename misleading variable name
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
Pavel Dohnal
7be91476f0 Set width to the new column layouts
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
Pavel Dohnal
b528587b1f Add classes to container with the new columns
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
Pavel Dohnal
980574eb6d Update button style
[MAILPOET-1590]
2018-10-18 09:34:56 +02:00
Amine Ben hammou
ce6711d69e adding discount to premium page 2018-10-15 17:36:05 +02:00
Pavel Dohnal
3102f114bd Add feature announcement
[MAILPOET-1522]
2018-10-11 19:37:45 +02:00
qfrery
d74283ecad better drag and drop modal title 2018-10-04 10:36:19 +02:00
Michelle Shull
00d5623d72 Merge pull request #1520 from mailpoet/in-app-background-images
Add announcement for newsletter background image [MAILPOET-1430]
2018-09-24 10:00:06 -04:00
Rostislav Wolny
7853271148 Add announcement for newsletter background images
[MAILPOET-1430]
2018-09-24 14:40:17 +02:00
Michelle Shull
356ca4c9d3 Merge pull request #1509 from mailpoet/free-welcome-premium
Update premium page for welcome emails [MAILPOET-1527]
2018-09-20 13:39:39 -04:00
Rostislav Wolny
fdd1bce566 Add annoucement for free welcome emails
[MAILPOET-1525]
2018-09-20 14:52:25 +02:00
Pavel Dohnal
2215ce83b2 Update premium page for welcome emails
[MAILPOET-1527]
2018-09-20 13:26:16 +02:00
Rostislav Wolny
9b50163b10 Add in app announcement component
[MAILPOET-1413]
2018-09-18 17:50:29 +02:00
Pavel Dohnal
8086c0abef Simplify migration step page
[MAIPOET-1513]
2018-09-03 12:36:30 +02:00
Jan Jakeš
07afc9525d Fix intro buttons overflowing from with longer translations
This happened for instance with German. Now fixed using flex, the tooltip
can expand up to 300px (intro.js default).

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
Jan Jakeš
c0eec8ba9e Fix intro.js stacking bug when highliting element in 'position: fixed' parent
In WP this occurs when the sticky menu has 'position: fixed'. The fix gives it absolute
position when menu item highlighted in intro. It could cause the menu to scroll away
with content but in real world it should never happen since intro shows up only where
content is basically empty.

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
Jan Jakeš
fe5b1b9683 Use WP style for intro.js buttons & make nice prev-next/prev-done button group
The intention here is to use WP default styles (adding .button class to buttons)
with as little overrides as possible, avoiding to use absolute px sizes.

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
Jan Jakeš
fe248ffde7 Style intro.js highlight helper layer & tooltips to go nice with WP
[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
Jan Jakeš
8418e67f87 Add intro.js dependency
[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
Rostislav Wolny
e2b40fee37 Add welcome wizard application
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Rostislav Wolny
7d47e97b51 Add a common component for stepped progress bar
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Jan Jakeš
cccf40e65f Use notice close button from WP
Notice close button looked different than the WP-native one. This reuses the WP button.

[MAILPOET-1448]
2018-07-31 21:11:20 +02:00
Jan Jakeš
5204bbc4af Fix notice right margin & make it compatible with editor
Notices didn't have correct margins due to overrides of some WP styles.
This makes them look the same as default WP notices.

[MAILPOET-1448]
2018-07-31 21:11:19 +02:00
Jan Jakeš
af0d18a734 Make save dropdown menu opening up in the bottom
This introduces setDropdownDirectionDown() and setDropdownDirectionUp() methods
on the save component to switch between dropdown/dropup functionality. Default
is dropdown, in the bottom of the page dropup is used.

[MAILPOET-1448]
2018-07-31 21:11:16 +02:00
Jan Jakeš
e6269308d0 Make more space for beacon & save buttons in the bottom
[MAILPOET-1448]
2018-07-31 21:10:31 +02:00
Jan Jakeš
8abf14b0c3 Put autosaved info below save button
[MAILPOET-1448]
2018-07-31 21:10:21 +02:00
Jan Jakeš
3821a9719a Make save button dropdowns right-aligned & positioned absolutely
[MAILPOET-1448]
2018-07-31 21:09:50 +02:00
Jan Jakeš
c1edee7f14 Duplicate save buttons on the top
[MAILPOET-1448]
2018-07-31 21:09:27 +02:00
Jan Jakeš
80b370eed5 Move save buttons to the right
[MAILPOET-1448]
2018-07-31 21:09:27 +02:00