Commit Graph

17 Commits

Author SHA1 Message Date
Ján Mikláš
1673ff4baf Use new <Textarea> component in form/fields/textarea
[MAILPOET-2787]
2020-09-14 16:24:16 +02:00
Pavel Dohnal
1ce180fcc7 Update eslint packages
[MAILPOET-2661]
2020-01-30 02:06:43 +00:00
Ján Mikláš
a78562c774 Add eslint rule to require parentheses in arrow functions
[MAILPOET-2162]
2019-08-15 13:43:36 +01:00
Pavel Dohnal
32a759eca5 Fix Lists edit form
[MAILPOET-1348]
2018-04-19 14:33:08 +01:00
Amine Ben hammou
d638273f47 ES6 assets/js/src/form/fields/textarea.jsx 2018-04-18 15:59:24 +02:00
Pavel Dohnal
d3250030ba Fix eslint6 func-names
[MAILPOET-1140]
2018-03-15 11:55:03 +00:00
Pavel Dohnal
170fd7f051 Fix prefer-template eslint rule in ES6 files
[MAILPOET-1139]
2017-12-06 14:18:24 +00:00
stoletniy
a0fec7d103 Fix ES6 space-infix-ops eslint rule [MAILPOET-1082] 2017-09-18 18:27:43 +03:00
stoletniy
0cdae52c66 Fix ES6 react/jsx-curly-spacing eslint rule [MAILPOET-1082] 2017-09-18 18:18:45 +03:00
stoletniy
3e2bbeac11 Fix ES6 comma-dangle eslint rule (functions should be ignored pre-ES2017) [MAILPOET-1028] 2017-07-31 09:27:26 +02:00
Pavel Dohnal
53df10dc2b Fix eslint rule eol-last 2017-07-11 14:31:19 +01:00
Pavel Dohnal
ca5a5301a8 Fix eslint rule no-var 2017-07-11 14:31:19 +01:00
Pavel Dohnal
4706c5fc25 Fix prefer-arrow-callback eslint rule
[MAILPOET-985]
2017-07-05 09:48:35 +01:00
Pavel Dohnal
f39cbe6b55 Fix space-before-function-paren eslint rule
[MAILPOET-985]
2017-07-05 09:46:08 +01:00
Jonathan Labreuille
1950d6661f Step 3 sender and reply to per newsletter
- added sender_address/sender_name/reply_to_address/reply_to_name
- added validation on all form fields (except checkbox and radio)
2015-12-04 12:29:11 +01:00
Jonathan Labreuille
dc2b3733d7 Forms & Last Step
- fixed issues on forms
- added defaultValue on text/textarea fields
- added all actions on step 3
2015-10-01 14:22:53 +02:00
Jonathan Labreuille
9d0ca85490 Last step
- improved watch command (much simpler robofile + truly recursive)
- split all form fields into separate files (JSX)
- improved form to allow multiple fields per row
- added selection react class for multi select using select2
- added missing files for select2 (webpack doesn't include them)
2015-10-01 12:25:25 +02:00