Commit Graph

2847 Commits

Author SHA1 Message Date
Jan Jakeš
c6f55c2533 Add option for tabs to be returned without wrapping router
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
67212cd9c9 Use new tabs in Settings
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
a6b98202e7 Add support for automation IDs in tabs
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
ab0031fca7 Add support for optional "route" parameter for <Tab>
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
d69e57761b Use new tabs in Help
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
146c6c81bf Reuse tab switchnig method
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
1ce96cbee7 Add stories for tabs
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
65aefbe428 Add small screen styles
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
14b035977a Add support for icons in tabs, make text title optional
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
72bf97ad9a Add RoutedTabs wrapper for Tabs component
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Jan Jakeš
758fe4a593 Add basic React tabs
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Rostislav Wolny
e7a133f2fd Replay form animation on position change in form preview
[MAILPOET-2967]
2020-06-16 15:40:13 +02:00
Pavel Dohnal
6d3a200721 Change the tight_container breakpoint in preview
[MAILPOET-2964]
2020-06-16 09:38:19 +02:00
Pavel Dohnal
989af457b4 Change the tight_container breakpoint
[MAILPOET-2964]
2020-06-16 09:38:19 +02:00
Rostislav Wolny
52fe49611f Fix form submit button font family protypes
[MAILPOET-2989]
2020-06-15 17:02:04 +02:00
Rostislav Wolny
a8ad625bdf Fix component variable name
[MAILPOET-2989]
2020-06-15 17:02:04 +02:00
Rostislav Wolny
87e7290d9a Load Gutenberg JS translations from WP for form editor
[MAILPOET-2942]
2020-06-15 14:38:32 +02:00
Pavel Dohnal
3f6bfaa875 Add fallback font
[MAILPOET-2965]
2020-06-15 10:21:46 +02:00
Pavel Dohnal
11aca18d92 Rename class
[MAILPOET-2965]
2020-06-15 10:21:46 +02:00
Pavel Dohnal
1cb7756862 Add code comment
[MAILPOET-2965]
2020-06-15 10:21:46 +02:00
Pavel Dohnal
1de099fb72 Add custom font selection to rich text
[MAILPOET-2965]
2020-06-15 10:21:46 +02:00
Pavel Dohnal
f484149d8a Register default formats
[MAILPOET-2965]
2020-06-15 10:21:46 +02:00
Pavel Dohnal
f1fe28d409 Render submit font in JS
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
61a43fd67d Move type to store
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
664a397eba Pass limited number of props
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
4e57f9baaf First row is empty
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
942e520c56 Render font family
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
7afdc9766f Map style settings for server
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
f60de78da4 Add font settings to the submit block
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
4792a710ba Add types
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
4450915cde Use typescript for submit edit
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
814488d51c Add padding settings to the submit block
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
5fe4c32eb8 Add form settings type
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
1258f40b15 Move form settings to typescript
[MAILPOET-2911]
2020-06-11 14:45:24 +02:00
Pavel Dohnal
04b228b06a Add preheader length warning
[MAILPOET-2659]
2020-06-10 11:00:02 +02:00
Pavel Dohnal
b833eee498 Display error when service is unavailable
[MAILPOET-2929]
2020-06-09 14:17:22 +02:00
Pavel Dohnal
183b5548a1 Pass code to store
[MAILPOET-2929]
2020-06-09 14:17:22 +02:00
Pavel Dohnal
23a1fd4253 Return result from api call
[MAILPOET-2929]
2020-06-09 14:17:22 +02:00
Pavel Dohnal
4ee49ab71f Move messages to a separate function
[MAILPOET-2918]
2020-06-09 14:17:22 +02:00
wxa
ec8aa65d41 Make JS fixes according to PR notes [MAILPOET-2779]
* Rename DatePicker component to Datepicker;
* Move min width selects to the top of the story;
* Change p to div in the Datepicker story.
2020-06-09 13:23:47 +02:00
wxa
b28a98e66a Add new datepicker to Storybook [MAILPOET-2779] 2020-06-09 13:23:47 +02:00
wxa
f4905e7f76 Replace Jquery UI datepicker on the send page [MAILPOET-2779] 2020-06-09 13:23:47 +02:00
wxa
58ad9901ea Add react-datepicker wrapper component [MAILPOET-2779] 2020-06-09 13:23:47 +02:00
Rostislav Wolny
eabbf3f921 Reset form style to default value instead of undefined
[MAILPOET-2938]
2020-06-08 20:56:17 +02:00
Rostislav Wolny
fb278924cc Set form default styles in mapper
[MAILPOET-2938]
2020-06-08 20:56:17 +02:00
Rostislav Wolny
71b5b45991 Use container wrapper div to detect form width
[MAILPOET-2968]
2020-06-08 14:21:15 +02:00
Pavel Dohnal
e850dcaae5 Add fogoten character
[MAILPOET-2849]
2020-06-08 09:38:31 +02:00
Pavel Dohnal
338e223213 Remove fonts duplication
[MAILPOET-2849]
2020-06-08 09:38:31 +02:00
Pavel Dohnal
7310bb9bcf Render fonts on frontend
[MAILPOET-2849]
2020-06-08 09:38:31 +02:00
Pavel Dohnal
dcab2c2ce0 Map font family for server
[MAILPOET-2849]
2020-06-08 09:38:31 +02:00