Commit Graph

712 Commits

Author SHA1 Message Date
Pavel Dohnal
05c3f269c3 Fix form scrolling for bigger forms
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
310c94480c Add form overlay
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
92b99d89fe Update margins
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
2d6f15ff79 Remove fixed height
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
1faf5c9c66 Fix overlay size
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
fd0abffd3a Add close icon
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
b9175ccf14 Display popup form in a modal window
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
a549484322 Hide popup form on the page
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Pavel Dohnal
c38f6febd6 Display placement options side by side
[MAILPOET-2741]
2020-04-01 10:54:24 +02:00
Ján Mikláš
7676e344ac Add missing file after styles refactor
[MAILPOET-2822]
2020-03-30 09:52:35 +02:00
Ján Mikláš
466c034f8e Fix mobile preview width, remove unnecessary padding
[MAILPOET-2763]
2020-03-29 14:01:24 +02:00
Rostislav Wolny
f73a7c499c Unify size of color settings in sidebar
[MAILPOET-2604]
2020-03-29 10:47:09 +02:00
Amine Ben hammou
10a3ce4b98 Add stats notifications
[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
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
c4d53df406 Add common CSS and components
[MAILPOET-2677]
2020-03-25 20:44:26 +01:00
Ján Mikláš
e1f913a6b4 Reduce plugin's common styles lenght
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
2841f5bb89 Reduce editor's common styles lenght
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
0998f72632 Separate plugin and public styles
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
f02876b7cf Separate newsletter editor CSS file
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
cdf52fa6e4 Separate post editor block component
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
1d112fced6 Separate form editor components
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
87e9054117 Separate global wordpress styles components
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
7754da489e Create breakpoints mixin
This will later be used to define breakpoints by name, so developers don't have to remember specific sizes in pixels

[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
7487a2aa63 Create mixin files with SCSS mixins
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
8afb42d88a Unify newsletter editor variable naming
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
32b6bff89e Create settings files with just SCSS variables and unify their naming
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
ae58c44129 Unify SCSS files naming to kebab-case
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Ján Mikláš
6d6a01ba53 Rename main styles files
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
Pavel Dohnal
d2716736a1 Use variables and calculations
[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
46fbb588bb Add checkbox
[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
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
Rostislav Wolny
f1aee6f971 Fix custom color pickers unwanted state reset in style settings
[MAILPOE-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
f6d4cd11a6 Set auto height for textarea in forms
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Rostislav Wolny
126f988e8c Adjust vertical spacing within style settings panel
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
Pavel Dohnal
ca88ef3359 Make h2 and h3 different size in the form editor
[MAILPOET-2613]
2020-03-17 21:22:13 +01:00
Rostislav Wolny
69beccf285 Add default padding for columns with background and margin between columns
Older forms don't have these values in Custom CSS so these are default fallback values
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
6dae3b73ba Hide core/column toolbar because it is rendered empty
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
b6f704c2a8 Simply color styles rendering in form columns
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
4ec53d2d52 Fix switching between HTML blocks
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
fb5df4b09e Add CSS fix for editor header
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
Rostislav Wolny
de3aa28dea Remove CSS fix for alignment columns
This was fixed in Gutenberg library

[MAILPOET-2754]
2020-03-16 19:27:27 +01:00