2217 Commits

Author SHA1 Message Date
Gustav Hansen
6b5c22ceab SelectTree: Improve PropTypes for options 2022-04-12 14:13:11 +02:00
Gustav Hansen
738b710521 Link ML SelectTree to the helper-plugin storybook temporarily 2022-04-12 14:13:10 +02:00
Gustav Hansen
2eec38789c SelectTree: Update snapshot tests 2022-04-12 14:13:10 +02:00
Gustav Hansen
97ca75d66a SelectTree: Update snapshot test 2022-04-12 14:12:28 +02:00
Gustav Hansen
d6792440b5 ReactSelect: Add maxDisplayDepth prop to determine max level of indention 2022-04-12 14:12:28 +02:00
Gustav Hansen
ba367622f9 ReactSelect: Cleanup import order 2022-04-12 14:12:28 +02:00
Gustav Hansen
bbacc01993 ReactSelect: Simplify handleToggle callback 2022-04-12 14:12:27 +02:00
Gustav Hansen
32163918f5 ML: Create SelectTree component on top of ReactSelect 2022-04-12 14:12:27 +02:00
Gustav Hansen
4b40ad45f5 FolderCard: remove legacy useId prefix param 2022-04-12 14:11:39 +02:00
Gustav Hansen
045399aeab FolderCard: Restructure component files 2022-04-12 14:11:39 +02:00
Gustav Hansen
9718910009 FolderCard: Update tests 2022-04-12 14:11:39 +02:00
Gustav Hansen
408d40a6b8 ML: Add FolderCard component 2022-04-12 14:11:38 +02:00
Gustav Hansen
0193911e3c ML: Simplify useAssets() and useFolders() hooks 2022-04-12 14:11:38 +02:00
Gustav Hansen
e49a99692f ML: Resolve ignored eslint rules 2022-04-12 14:11:38 +02:00
Gustav Hansen
8fe9488b75 ML: Add useFolders() hook and tests 2022-04-12 14:11:38 +02:00
Gustav Hansen
fc5e52792b ML: Add tests for useAssets() 2022-04-12 14:11:38 +02:00
Gustav Hansen
9e3b3ece87 ML: Use formatjs inline plural API, display folder count 2022-04-12 14:11:35 +02:00
Jorge Rambla
473a265a16
REMOVE count route from upload plugin 2022-04-12 11:12:11 +02:00
Jorge Rambla
9ea086aea5
REMOVE count method from upload controller 2022-04-12 11:11:05 +02:00
Gustav Hansen
5170bc449d wip 2022-04-11 16:33:16 +02:00
Gustav Hansen
39d018d4a2 useModalQueryParams: Add tests 2022-04-11 16:32:29 +02:00
Pierre Noël
c463690649 display error when loading upload provider 2022-04-08 18:41:59 +02:00
Gustav Hansen
084fbe00a5
Merge pull request #12962 from pr0gr8mm3r/master
Add missing german translations
2022-04-07 15:00:37 +02:00
Gustav Hansen
c4c511bc2b ML: Mock deleteRequest for RemoveAssetDialog 2022-04-05 17:05:05 +02:00
Gustav Hansen
9fb31bad98 ML: Use deleteRequest for useBulkRemoveAsset hook 2022-04-05 17:05:05 +02:00
Gustav Hansen
cde2ec56d8 ML: Add tests for useRemoveAsset hook 2022-04-05 17:05:05 +02:00
Gustav Hansen
c251f8a24d ML: Namespace useRemoveAsset hook 2022-04-05 17:05:04 +02:00
Gustav Hansen
a97b3e2171 ML: Replace removeAssetQuery with deleteRequest 2022-04-05 17:05:04 +02:00
Gustav Hansen
a913ff0572 ML: Add useRemoveFolder hook 2022-04-05 17:05:03 +02:00
Convly
f7a20effb1 Fix public directories 2022-04-04 17:12:47 +02:00
soupette
ea4b16b036 Fix tests
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:02:52 +02:00
Convly
84d106e7f8 Use new dirs (app/dist) 2022-04-04 11:46:22 +02:00
soupette
867cf185d7 Remove tsconfig.json in plugins
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:34 +02:00
soupette
58f2e7536d Add webpack config for TS and created tsconfig.json files for all plugins to enable TS in the admin
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:33 +02:00
p_0g_8mm3_
930c07375c
Fix wording on upload more button
Co-authored-by: Gustav Hansen <gu@stav.dev>
2022-04-03 23:07:03 +02:00
Gustav Hansen
3933455e6c FolderCard: remove legacy useId prefix param 2022-04-01 17:11:55 +02:00
Gustav Hansen
83cf5bee65 FolderCard: Restructure component files 2022-04-01 17:11:55 +02:00
Gustav Hansen
23ca6c41ba FolderCard: Update tests 2022-04-01 17:11:54 +02:00
Gustav Hansen
906f157115 ML: Add FolderCard component 2022-04-01 17:11:54 +02:00
Gustav Hansen
1846fd8203 ML: Simplify useAssets() and useFolders() hooks 2022-04-01 17:11:53 +02:00
Gustav Hansen
d39325f6d6 ML: Resolve ignored eslint rules 2022-04-01 17:11:53 +02:00
Gustav Hansen
eb98979ffd ML: Add useFolders() hook and tests 2022-04-01 17:11:53 +02:00
Gustav Hansen
fd4db907a1 ML: Add tests for useAssets() 2022-04-01 17:11:52 +02:00
Gustav Hansen
dfef339a79 ML: Use formatjs inline plural API, display folder count 2022-04-01 17:11:52 +02:00
Alexandre Bodin
b1df5a6067 Merge branch 'releases/4.1.7' 2022-04-01 09:55:43 +02:00
Gustav Hansen
260a68d8e6
Merge pull request #13018 from strapi/fix/upload-action-options
Fix actionOptions not taking into account by the upload provider
2022-03-31 18:02:22 +02:00
Alexandre Bodin
1699aac151 v4.1.7 2022-03-31 17:53:39 +02:00
Gustav Hansen
7d045baf36 Merge bulkRemove hooks into useBulkRemove() 2022-03-31 16:41:10 +02:00
Gustav Hansen
678f5db8a6 wip 2022-03-31 16:09:03 +02:00
Pierre Noël
f245e9dbe2 fix upload bootstrap unit test 2022-03-31 16:00:05 +02:00