628 Commits

Author SHA1 Message Date
cyril lopez
fc8781363e Merge branch 'master' of github.com:strapi/strapi into add/inputs-to-users 2018-02-06 18:45:47 +01:00
cyril lopez
ae1287244b
Merge branch 'master' into add/input-addon 2018-02-06 18:32:56 +01:00
cyril lopez
5b27933d66 Add new input lib to EditPage container 2018-02-06 18:14:30 +01:00
cyril lopez
396f892fbf
Merge branch 'master' into add/input-addon 2018-02-06 18:00:40 +01:00
cyril lopez
5002dd43ab Rename custome InputCheckbox
I ran into an issue with webpack which chould get the appropriate file beacsue of conflicting between components from the strapi-helper-plugin and components from the plugin itself. Had to rename this file in order to solve the bug
2018-02-06 17:59:06 +01:00
cyril lopez
43685d4b04 Merge branch 'master' of github.com:strapi/strapi into add/inputs-to-users 2018-02-06 17:49:53 +01:00
cyril lopez
e53fe68ed9
Merge branch 'master' into add/input-date 2018-02-06 17:49:41 +01:00
cyril lopez
da41adeacf Use new input lib in AuthPage container 2018-02-06 17:32:15 +01:00
Jim LAURIE
08ca90d4ac
Merge branch 'master' into add/input-checkbox 2018-02-06 17:14:24 +01:00
cyril lopez
7c2425c293
Merge branch 'master' into add/input-checkbox 2018-02-06 17:06:37 +01:00
cyril lopez
23da9263a4 Fix wrong import 2018-02-06 16:58:29 +01:00
cyril lopez
4c933e1c0b Remove autoComplete on password field 2018-02-06 16:27:43 +01:00
cyril lopez
b5fda608e8 Add styles 2018-02-06 16:06:13 +01:00
cyril lopez
6f7289e9cd Created InputAddon and InputAddonWithErrors 2018-02-06 15:58:18 +01:00
cyril lopez
df65a2d2ac Created InputDate and InputDateWithErrors components 2018-02-06 15:13:13 +01:00
cyril lopez
a9503decd3
Change customBootstrapClass defaultProps 2018-02-06 14:32:35 +01:00
cyril lopez
beb32d32a4 Created InputSearchWithErrors 2018-02-06 14:24:36 +01:00
cyril lopez
5d997b977e Created Inputsearch component 2018-02-06 14:19:38 +01:00
Jim LAURIE
9e28a31613
Merge branch 'master' into add/input-email 2018-02-06 13:35:33 +01:00
cyril lopez
d1761c280c
Merge branch 'master' into add/input-select 2018-02-06 13:12:15 +01:00
cyril lopez
98bdac602d Remove logs and fix indent 2018-02-06 12:02:37 +01:00
cyril lopez
25c750473d Created InputCheckbox and InputChecboxWithErrors components 2018-02-06 11:55:55 +01:00
cyril lopez
1b8f9747f2 CreatedInputEmailWithErrors and associated documentation
Reorganize Inputs*WithErrors props and add  noErrorsDescription prop so it can set a spacer in order to keep the input s  alignment correct
2018-02-05 17:16:15 +01:00
cyril lopez
15cc074d09
Merge branch 'master' into add/input-password 2018-02-05 15:45:04 +01:00
cyril lopez
386ca5bd4e Created InputSelectWithErrors and add documentation 2018-02-05 15:41:09 +01:00
Jim LAURIE
ec56b3a884
Merge pull request #564 from strapi/add/input-textarea
Add/input textarea
2018-02-05 12:45:17 +01:00
cyril lopez
7a54b11051 Add input s type description in DefaultInputError 2018-02-05 12:34:44 +01:00
cyril lopez
fb9a50dacd Created InputPasswordWithErrors and added it to InputsIndex 2018-02-05 12:27:34 +01:00
cyril lopez
2afe10812c Fix documentation 2018-02-05 12:10:48 +01:00
cyril lopez
7d23acfbe6 Created InputPassword 2018-02-05 12:08:16 +01:00
cyril lopez
fdd6d3aaa8 Created InputTextAreaWithErrors and add a DefaultInput if the type does not exist in the InputsIndex 2018-02-02 17:20:35 +01:00
cyril lopez
3e12bae5ef Created InputTextArea component 2018-02-02 17:01:00 +01:00
cyril lopez
dc4e380787 Simplified the object needed for InputDescription and InputErros message 2018-02-02 16:12:30 +01:00
cyril lopez
da58b0aec1 Created InputsIndex component that references all the inputs available 2018-02-02 15:38:57 +01:00
cyril lopez
9d62c5d046 Created InputToggleWithErrors component
Fix InputTextWithErrors & InputNumberWithErrors props so it is cleaner
2018-02-02 15:25:20 +01:00
cyril lopez
96ba8e16fc Created InputToggle 2018-02-02 13:07:38 +01:00
cyril lopez
0de28c23a4 Fix indentation 2018-02-02 12:12:25 +01:00
cyril lopez
618db05a1d Add InputTextWithErrors documentation and change inputTextWithErrors props 2018-02-01 18:47:51 +01:00
cyril lopez
4bcbe8e446 Created InputNumberWithError component 2018-02-01 17:04:08 +01:00
cyril lopez
09b7a13095 Created InputNumber component 2018-02-01 16:49:25 +01:00
cyril lopez
93e1147f96 Created InputErrors component 2018-02-01 16:37:52 +01:00
cyril lopez
e5f74a7022 Created InputDescription component and associated doc 2018-02-01 15:32:07 +01:00
cyril lopez
d212c7aba0 Created InputText and InputTextWithErrors components 2018-02-01 14:30:22 +01:00
cyril lopez
17746742bf Add Label documentation
Change Label value props to message so it s more explicit
2018-02-01 11:42:36 +01:00
cyril lopez
a1e890f0e1 Created Label component 2018-02-01 11:03:44 +01:00
Aurelsicoko
8a66873405 Display better error message & lock fields 2018-01-25 18:12:29 +01:00
cyril lopez
578d2e2916 Fix css backheader and logout 2018-01-24 13:06:20 +01:00
Brandon Cheng
a3700a93d5
Fix undefined rootAdminpath in admin dev mode
It looks like rootAdminpath is used in the development webpack config
file (copied from one of the other webpack configs), but its definition
was omitted accidentally.

Fixes #415
2018-01-22 08:53:15 -05:00
Jim LAURIE
bf69ea7de9
Merge branch 'master' into alpha.8.3 2018-01-19 17:55:24 +01:00
Aurelsicoko
3c9e18564d Report changes from branch hotfix/deploy 2018-01-19 15:58:29 +01:00