1099 Commits

Author SHA1 Message Date
cyril lopez
26c53c977e Handle remove logic when removing the edited relation 2018-07-23 12:34:35 +02:00
cyril lopez
21c06998f5 Allow to customize fields description and label for the EditPage layout 2018-07-23 11:52:05 +02:00
Leon Kyneur
92b045f647 Include yarn.lock in packages .gitignore 2018-07-22 09:26:48 +08:00
cyril lopez
f4996b3663 Dynamic form to edit the label description of an either an input or a displayed relation 2018-07-20 15:23:09 +02:00
cyril lopez
be3a28ea04 Fix remove algo 2018-07-19 15:41:22 +02:00
Jim LAURIE
9840247d1c Test generated API endpoint 2018-07-19 14:46:03 +02:00
cyril lopez
40ceb6bddd Simplified removed logic with the Manager class 2018-07-19 13:19:21 +02:00
cyril lopez
e10f2e61b4 Add utils & fix lint 2018-07-19 03:07:15 +02:00
cyril lopez
2a419dd92e Created Manager class for dnd fields 2018-07-19 02:37:12 +02:00
soupette
fb0cd167b7 fix conflict 2018-07-18 19:11:52 +02:00
soupette
657c6fe9e0 Change the remove element logic in order to handle the drag and sort of different element size.
This is a dirty commit since the algorithm is not working (yet)... Need to handle the size of the added div that simulates inputs element.
2018-07-18 19:07:37 +02:00
soupette
659655273e Change the remove element logic in order to handle the drag and sort of different element size.
This is a dirty commit since the algorithm is not working (yet)... Need to handle the size of the added div that simulates inputs element.
2018-07-18 19:00:54 +02:00
soupette
1c7075e75b User rdnd to sort VariableWidthAttr 2018-07-18 15:26:22 +02:00
soupette
edadb6f918 Handle remove without modifying the layout 2018-07-18 13:29:18 +02:00
soupette
85889c5d67 Design VariableDraggableAttr component for fields sort 2018-07-17 14:06:21 +02:00
soupette
3bf7fa2348 Fix css dropdown 2018-07-17 11:27:34 +02:00
soupette
41379ebbfa Remove arrow function from EditPage render 2018-07-17 10:41:31 +02:00
soupette
7c88f72c19 Remove arrow functions from render in ListPage 2018-07-17 10:39:43 +02:00
soupette
20224d3f90 Remove Arrow functions in render SettingsPage 2018-07-17 10:25:38 +02:00
soupette
977406d7ba Remove arrow functions from dom in SettingPage 2018-07-17 10:17:00 +02:00
soupette
5620101613 Fix bug when no relations for the editDisplay object 2018-07-16 18:53:33 +02:00
soupette
cd5419468c Add data in editDisplay object in order to override the label and placeholder of an input 2018-07-16 18:45:52 +02:00
soupette
17a39af8ef Apply sort for relations in edit view 2018-07-16 17:26:51 +02:00
soupette
ecb9f306e3 Display edit input form 2018-07-16 16:36:26 +02:00
soupette
8c31a060f7 Handle add relation in dropdown 2018-07-16 16:11:16 +02:00
soupette
2a753fbb92 Sort relations 2018-07-16 15:18:21 +02:00
soupette
6cc063e98c Add new key in schema to display the editView fields
Design the relation drag & sort
2018-07-16 12:29:57 +02:00
soupette
3890bc1211 Fix conflict 2018-07-13 12:33:52 +02:00
soupette
0b1a280c7a Add PopUpWarning in edit page to warn before cancel changes 2018-07-13 12:19:07 +02:00
soupette
927e5afb50 Add PopUpWarning when cancelling modifications in settings views 2018-07-13 12:07:59 +02:00
soupette
c2c9d95d1a Fix PR feedback 2018-07-13 11:48:35 +02:00
Alexis Vassilopoulos
7e94324189 Spanish Translations 2018-07-12 19:32:34 +02:00
cyril lopez
c3d7d98604
Merge branch 'master' into master 2018-07-12 11:54:41 +02:00
Jim LAURIE
fa94d12e4f 3.0.0-alpha.12.7.1 2018-07-10 18:10:42 +02:00
Jim LAURIE
a6d48caad9 3.0.0-alpha.12.7 2018-07-10 15:37:47 +02:00
Broc Gailit
c9800a6581
Merge branch 'master' into master 2018-07-06 14:01:39 -07:00
cyril lopez
f1bc53aea3 Fix apply default settings to new apis 2018-07-06 13:21:50 +02:00
cyril lopez
92b86bed81 Add comments 2018-07-06 12:40:16 +02:00
cyril lopez
6af99aebdc Fix css 2018-07-06 12:34:11 +02:00
Taihoon Kim
5cfb9e9439 Korean Language Support 2018-07-06 15:34:20 +09:00
Wanfung Lee
30371a42bb
Workaround fix for react-select rerender bug
https://github.com/JedWatson/react-select/issues/2277
2018-07-05 23:31:32 -07:00
Wanfung Lee
10abf7a270
Workaround fix for react-select rerender bug
https://github.com/JedWatson/react-select/issues/2277
2018-07-05 23:30:42 -07:00
Wanfung Lee
feae421606
Bump react-select dependency 2018-07-05 23:28:39 -07:00
cyril lopez
3bfbd6b5c4 Reset settingsPage props on unmount hook 2018-07-05 18:03:19 +02:00
cyril lopez
23a354092b PUT new settings 2018-07-05 17:57:30 +02:00
cyril lopez
56152f4462 Update schema in ctm bootstrap file to reflect the updated values 2018-07-05 17:09:34 +02:00
cyril lopez
2ee5558272 Prevent from displaying toggle search and sort on array || json attributes 2018-07-04 17:00:03 +02:00
cyril lopez
bc248b9f54 Design setting page 2018-07-04 16:49:15 +02:00
cyril lopez
4966c78f56 Handle edit label sort and search per attr 2018-07-03 19:36:01 +02:00
cyril lopez
3e42d86460 Merge branch 'master' of github.com:strapi/strapi into settings-ctm 2018-07-03 18:31:41 +02:00