17157 Commits

Author SHA1 Message Date
soupette
ae87bafccd Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2021-08-26 15:40:17 +02:00
soupette
38b012f227 Put providers
Signed-off-by: soupette <cyril@strapi.io>
2021-08-26 15:25:10 +02:00
soupette
3e3080d5f4 Init onSubmit providers 2021-08-26 15:12:19 +02:00
soupette
c6c8bc4797 Init form with formik
Signed-off-by: soupette <cyril@strapi.io>
2021-08-26 15:04:47 +02:00
bulby97
6d135dcb60 fix hidden action width issue 2021-08-26 14:25:51 +02:00
bulby97
a0f4f6c441 Rm useless wrapper, add empty space box 2021-08-26 14:21:03 +02:00
bulby97
ecce72d23b fix overflowX issue with table 2021-08-26 14:15:36 +02:00
soupette
490a117826 Display form
Signed-off-by: soupette <cyril@strapi.io>
2021-08-26 12:59:56 +02:00
soupette
b1e2b4af78 Refacto providers form
Signed-off-by: soupette <cyril@strapi.io>
2021-08-26 12:08:07 +02:00
soupette
70738b0948 Init FormModal for providers
Signed-off-by: soupette <cyril@strapi.io>
2021-08-26 11:25:03 +02:00
bulby97
48ab4ec6d1 fix tests and review issues 2021-08-26 10:56:19 +02:00
bulby97
4d89016e9c Fix divider stack issue, add meaningfull aria-labels to checkboxes w/o labels 2021-08-26 10:31:22 +02:00
bulby97
1188d8023e Add rowHeight constant 2021-08-26 10:31:22 +02:00
bulby97
863540ee79 SubAction row migrated to DS 2021-08-26 10:31:21 +02:00
bulby97
3c9e92a2c4 Fix a11y issues 2021-08-26 10:31:21 +02:00
bulby97
9a042610ea No need to have a box loader component 2021-08-26 10:31:21 +02:00
bulby97
7aec8f1784 Add ellipsis to condition text in modal 2021-08-26 10:31:21 +02:00
bulby97
f0786f3af6 Add Box Loader 2021-08-26 10:31:20 +02:00
bulby97
6536cfa298 Add loading state on submit button 2021-08-26 10:31:20 +02:00
bulby97
e9dda123a5 Add defaultMessage, add plural syntax 2021-08-26 10:31:20 +02:00
bulby97
deb6859a56 Add modal condition button 2021-08-26 10:31:19 +02:00
bulby97
7a68a06082 move to ds accordion 2021-08-26 10:31:19 +02:00
bulby97
fddb6fffe0 Make collapseLabel a11ible 2021-08-26 10:31:19 +02:00
bulby97
e7ba1c3230 Fix flex issues, and improve use of DS 2021-08-26 10:31:18 +02:00
bulby97
0c9945ce3f wip ds impl 2021-08-26 10:31:18 +02:00
bulby97
54b2b64b43 Form done, WIP collection type 2021-08-26 10:31:18 +02:00
bulby97
9f7208db9d wip 2021-08-26 10:31:15 +02:00
soupette
81c290a53c Add tests
Signed-off-by: soupette <cyril@strapi.io>
2021-08-25 11:04:43 +02:00
soupette
10353d3d6d Add useNotification documentation
Signed-off-by: soupette <cyril@strapi.io>
2021-08-25 10:17:33 +02:00
soupette
14d9533516 Add notifications
Signed-off-by: soupette <cyril@strapi.io>
2021-08-25 10:07:30 +02:00
soupette
87b8a3b4e2 Remove old files
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 17:04:13 +02:00
soupette
f22d20e61b Fix conflicts
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 16:13:02 +02:00
cyril lopez
e895ac5ef5
Merge pull request #10789 from strapi/core/build-helper
Build helper plugin using webpack.
2021-08-24 15:52:53 +02:00
soupette
055c3d5bba Remove old component
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 15:51:34 +02:00
cyril lopez
87c93b19d6
Merge pull request #10661 from strapi/improve-bundle
Proposal load plugins when needed
2021-08-24 15:18:08 +02:00
soupette
d986ed9c97 Remove rollup
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 15:12:49 +02:00
soupette
b5bfac5ab2 Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 15:12:49 +02:00
soupette
fc9b84166b Migrated LoadingIndicatorPage component to new DS
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 15:12:48 +02:00
soupette
3468cbfa35 Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 15:12:48 +02:00
soupette
21e18660eb Fix CM hook api and temporarily display the cm in the admin panel
Signed-off-by: soupette <cyril@strapi.io>
2021-08-24 15:12:48 +02:00
cyril lopez
d55df4fc8f
Merge pull request #10754 from strapi/migration/forgot-password
DS Migration : Auth pages (Forgot/reset password, Oops page)
2021-08-24 15:11:04 +02:00
soupette
8cc31618b3 Merge branch 'releases/v4' of github.com:strapi/strapi into improve-bundle 2021-08-24 15:08:34 +02:00
HichamELBSI
971f30f897 Fix test mock
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-24 14:22:22 +02:00
HichamELBSI
8b982f3822 Merge branch 'v4/ds-migration' into migration/forgot-password 2021-08-24 13:32:53 +02:00
HichamELBSI
9789deed73 Add tests & default messages
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-24 13:30:42 +02:00
bulby97
99969b1050 Rm useless files, add simple tests 2021-08-23 14:26:14 +02:00
Alexandre BODIN
918b0fad17
Merge pull request #10781 from strapi/v4/rest-api
Cleanup convert sort params
2021-08-23 14:23:09 +02:00
bulby97
ffb4da8989 Add key to tr role list 2021-08-23 14:21:58 +02:00
cyril lopez
19f7e1d735
Merge pull request #10744 from strapi/providers-list-view
DS providers listview
2021-08-23 14:08:01 +02:00
soupette
e5065a5139 Add tests
Signed-off-by: soupette <cyril@strapi.io>
2021-08-23 13:13:24 +02:00