Commit Graph

9623 Commits

Author SHA1 Message Date
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
7487a2aa63 Create mixin files with SCSS mixins
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
8afb42d88a Unify newsletter editor variable naming
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
32b6bff89e Create settings files with just SCSS variables and unify their naming
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
ae58c44129 Unify SCSS files naming to kebab-case
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
6d6a01ba53 Rename main styles files
[MAILPOET-2487]
2020-03-21 13:26:31 +01:00
02fe614b27 Split component into two
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
d2716736a1 Use variables and calculations
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
96a5344115 Update acceptance test
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
20f417fe1e Remove debug code
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
46fbb588bb Add checkbox
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
db47fdf22f Use a new close button
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
104f84c863 Add save button
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
915d80d4c5 Display toggle in modal
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
fbae1f10ad Fix modal prop types
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
c77a9f3137 Create toggle component
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
f9aca4fe57 Open settings modal
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
af69fae556 Active state for form placement component
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
15df4ec37c Hover state for form placement component
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
c9a2a44970 Add placement settings header
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
9c4844f77c Create a component for placement settings
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
5d317fc4a8 Remove form placement switches
[MAILPOET-2738]
2020-03-21 10:15:58 +01:00
136b1050a1 Fix proptypes warning in Selection
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
e9c3049576 Fix saving class name attributes for divider and custom html blocks
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
162b968f09 Add acceptance test for input custom class name
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
99be159566 Render custom class names in form editor
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
060a6839c7 Render form block custom classes on frontend
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
72a0afa75b Refactor block renderers to use wrapper renderer
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
65afeca59e Add form block wrapper renderer
[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
bdd3be889c Allow custom class names in all blocks settings
[MAILPOET-2746]
2020-03-21 09:40:46 +01:00
8ca759dc9b Display selected value for product/category for WooCommerce segments
[MAILPOET-2762]
2020-03-19 21:30:59 +01:00
f1aee6f971 Fix custom color pickers unwanted state reset in style settings
[MAILPOE-2599]
2020-03-19 14:19:06 +01:00
0e2afb9c80 Use proper state properties in input settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
f6d4cd11a6 Set auto height for textarea in forms
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
28327f9d0e Render input borders with custom styles as solid
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
002639fa24 Fix input styles range controls reset and initial value
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4d1b589da3 Disable resize on textarea in form editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4d524f906a Fix textarea label rendering in form editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
9565844854 Use blur on focus to make textarea behave like disabled instead readonly
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
9689b846a1 Don't apply any styles if inherit from theme is turned on
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
47142be4c5 Use partial from lodash instead of underscore
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4726b285c5 Add acceptance test for text input styles settings in form editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
126f988e8c Adjust vertical spacing within style settings panel
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
efdcae19c0 Add apply styles to all inputs button
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
760aed407f Render bold labels according to styles settings
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
4e8fda670c Render form input and textarea styles on frontend
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
b70884ecaa Return original default input width to form custom CSS
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
ee49d77ff4 Remove disabled parameter from textarea in editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00
52bddd763f Apply input styles styles for custom textareas in editor
[MAILPOET-2599]
2020-03-19 14:19:06 +01:00