Commit Graph

10082 Commits

Author SHA1 Message Date
Ján Mikláš
0cfa239f1f Add @types/react-dom package
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
1ce07ad981 Add story for select boxes
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
269d6a456c Add story for inputs
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
b04753211e Add Select component
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
c7088e0fe7 Add Input component
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
89e7618705 Allow props spreading on HTML input and select elements
We need this, so we don't have to list all available HTML attributes in props

[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
574e2753dc Show select box caret
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
daadfd20e2 Add form input styles
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
989efb9fd6 Redesign - add new SCSS variables
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Rostislav Wolny
67e9841569 Add default line-height to inputs
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
63f2c8a047 Remove duplicit application of settings
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
749fc7a74d Apply global font size for input and as a fallback also for button
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
5c604af85c Remove background and outline from modal close button
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
892ea4a45b Improve input paddings rendering in form editor
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
62224de112 Use default input padding if not defined
[MAIPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
95903c2ce6 Add css fix for form padding rendering in form editor
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
e1df5eee97 Remove form padding from custom CSS
[MAILPOET-2982]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
476f59e887 Set form padding default value on reset
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
0c3b6db75f Set default form padding when loading form settings from server
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
99f6bafd1f Fix JS test name
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
8c4424c932 Use medium instance form build_code_and_qa job on CI
[MAILPOET-2916]
2020-05-13 11:05:56 +02:00
dependabot[bot]
137c801843 Bump tinymce from 5.1.4 to 5.2.2
Bumps [tinymce](https://github.com/tinymce/tinymce-dist) from 5.1.4 to 5.2.2.
- [Release notes](https://github.com/tinymce/tinymce-dist/releases)
- [Changelog](https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt)
- [Commits](https://github.com/tinymce/tinymce-dist/compare/5.1.4...5.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-13 10:27:46 +02:00
Rostislav Wolny
d26b3b395c Increase form modal width on desktop to enable columns
[MAILPOET-2850]]
2020-05-12 14:59:23 +02:00
Rostislav Wolny
3111f91622 Refactor tight container detection to a function
[MAILPOET-2850]
2020-05-12 14:59:23 +02:00
wxa
d797526b16 Release 3.46.14 2020-05-12 15:49:54 +03:00
Rostislav Wolny
53f425b9f6 Update migration version check for unsubscribe links
[MAILPOET-2736]
2020-05-12 10:27:45 +02:00
Ján Mikláš
4c326cc65f New default beacon articles
[MAILPOET-2481]
2020-05-11 14:53:13 +02:00
Rostislav Wolny
9f3daf3256 Optimize fetching product names on segments page
[MAILPOET-2904]
2020-05-11 14:40:29 +02:00
Ján Mikláš
70df2e4790 Use the default WordPress font
[MAILPOET-2905]
2020-05-11 10:56:34 +02:00
Jan Jakeš
06028977a3 Add forgotten ID parameter
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
5bfbabf25b Partially use Doctrine for Newsletter::sendPreview()
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
79bfd8ec44 Use early returns in already refactored endpoints
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
edf4f5b29a Extract NewsletterEntity lookup to a private method
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
81dc5ad480 Extract Newsletters::sendPreview() logic to a controller
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
6a44f820ee Extract Newsletters API service mocking to a private method
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
9a17d89d28 Move view-in-browser URL for listing to response builder
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
f010c96c2d Use private method for building view-in-browser URL
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
Jan Jakeš
6c835d90f4 Use Doctrine for Newsletters::showPreview() endpoint
[MAILPOET-2646]
2020-05-07 11:18:20 +02:00
wxa
637a56c92a Fix storing custom field dates in different formats [MAILPOET-2881] 2020-05-07 09:54:45 +02:00
Ján Mikláš
6fbf9e8efa Add isDisabled parameter for Button
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
63c250dd67 Better naming for button with spinner
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
df2e0337b5 Add story for buttons with icons
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
1a6b95b4b9 Allow icons in Button component
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
98e570087e Add story for buttons without icons
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
0cddc09def Add Button component without icons
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
142b909f4b Add new button styles
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
5d3b1c1351 Redesign - add new colors
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Pavel Dohnal
cfece44494 Add story for form option
[MAILPOET-2873]
2020-05-07 09:21:49 +02:00
Pavel Dohnal
160c3ddc39 Hide checkbox on other placement
[MAILPOET-2873]
2020-05-07 09:21:49 +02:00
Pavel Dohnal
b9022e3ee6 Move placement to modal
[MAILPOET-2873]
2020-05-07 09:21:49 +02:00