Josh
|
116339ad86
|
refactor: admin build pipeline (#18539)
* chore(admin): refactor admin develop/build pipeline
chore: remove `webpackChunkName` comments
chore: reuse admin tsconfig where possible
chore: add .strapi to gitignore
chore(admin): pack-up
feat(admin): inject commands into strapi from admin for building
feat(admin): move watch command to admin
chore: keep backward compat API available
Update packages/core/admin/_internal/cli/index.ts
docs(admin): document the build & develop process and pipeline
test(admin): fix StrapiApp tests
chore: fix build
* Update skipped_tests.yml
* test(e2e): fix e2e setup
feat: add dependency installation
fix: mjs webpack resolution
* chore: fix server exports
* fix: typescript project type generation
* fix: development watch mode
* fix: connect to hot middleware – anywhere
* Update packages/core/admin/_internal/node/core/monorepo.ts
Co-authored-by: Marc Roig <marc12info@gmail.com>
* fix(admin): theme toggle type export
* chore: fixes
* chore: pr amends
Co-Authored-By: Ben Irvin <ben@innerdvations.com>
---------
Co-authored-by: Marc Roig <marc12info@gmail.com>
Co-authored-by: Ben Irvin <ben@innerdvations.com>
|
2023-10-30 11:36:16 +00:00 |
|
Gustav Hansen
|
6f1d9a15dd
|
Revert "Fix: Use sync over async components in admin panel APIs"
|
2023-08-29 09:24:29 +02:00 |
|
Gustav Hansen
|
4b69d56dbc
|
Fix: Use React.lazy over async component imports for plugins
|
2023-08-23 12:37:28 +02:00 |
|
Gustav Hansen
|
528b451257
|
Chore: Move plugin permissions into constants
|
2023-06-20 14:18:34 +02:00 |
|
Gustav Hansen
|
dca5778d8e
|
Chore: Apply eslint import sorting fix
|
2023-06-12 21:34:07 +02:00 |
|
Alexandre Bodin
|
cf49ddbbfc
|
Prettier and backend fix
|
2022-08-11 10:20:49 +02:00 |
|
Marvin Frachet
|
7759e66315
|
Wysiwyg media library (#11539)
|
2021-11-15 09:11:08 +01:00 |
|
soupette
|
cb655bc660
|
Fix media fields register
Signed-off-by: soupette <cyril@strapi.io>
|
2021-11-05 15:52:41 +01:00 |
|
Marvin Frachet
|
001bcf8dcb
|
Remove old ML code (#11410)
|
2021-11-02 08:52:06 +01:00 |
|
Marvin Frachet
|
00075a3707
|
Add MediaLibrary Input EmptyState and injected fields (#11344)
|
2021-10-26 10:02:44 +02:00 |
|
soupette
|
58790b682b
|
Change icon type for menu Api
Signed-off-by: soupette <cyril@strapi.io>
|
2021-10-22 14:42:34 +02:00 |
|
Marvin Frachet
|
f6ee79d49c
|
[v4] ML asset count and sorting (#11274)
|
2021-10-19 11:29:32 +02:00 |
|
soupette
|
715a1af676
|
Fix conflicts
Signed-off-by: soupette <cyril@strapi.io>
|
2021-09-16 09:23:18 +02:00 |
|
mfrachet
|
8f08a928b4
|
Add MediaLibrary empty states and layout
|
2021-09-14 09:17:23 +02:00 |
|
Alexandre Bodin
|
388c9a8a35
|
Fix admin build with node_modules paths
|
2021-09-09 10:56:57 +02:00 |
|
soupette
|
2b2ec5aead
|
Add documentation to the useFocusWhenNavigate hook
Signed-off-by: soupette <cyril@strapi.io>
|
2021-08-30 08:34:00 +02:00 |
|
soupette
|
6e4604d662
|
Init dynamic load of plugins
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-07-28 08:16:15 +02:00 |
|
soupette
|
900388755f
|
Rename boot lifecycle to bootstrap
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-07-21 09:05:20 +02:00 |
|
soupette
|
ef208589d5
|
Created menu api
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-06-16 13:13:37 +02:00 |
|
soupette
|
c68f815a51
|
Merge branch 'core/admin-apis' of github.com:strapi/strapi into core/menu-api
|
2021-06-16 11:45:14 +02:00 |
|
soupette
|
478ab7baf0
|
Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-06-16 11:44:22 +02:00 |
|
soupette
|
3ea8d218d5
|
Load plugins link in the menu
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-06-16 11:15:19 +02:00 |
|
soupette
|
3806d3cbf8
|
Clean files
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-06-09 12:11:51 +02:00 |
|
soupette
|
98b3a1c738
|
Load strapi plugins translations
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-06-09 11:47:56 +02:00 |
|
soupette
|
31e9a6e481
|
Display plugins settings
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-06-08 09:37:14 +02:00 |
|
soupette
|
6752cb0aad
|
Created Settings API
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-06-08 09:02:20 +02:00 |
|
soupette
|
e3a68d4106
|
Load internal plugins
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-31 15:58:34 +02:00 |
|
soupette
|
5a7951b595
|
Fix tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-31 12:58:14 +02:00 |
|
soupette
|
660e7d4e37
|
Rename containers to pages in upload plugin
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-26 07:41:38 +02:00 |
|
soupette
|
fc71d2839d
|
Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-12 15:33:02 +02:00 |
|
soupette
|
330d541992
|
Pass only needed instances to plugins
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-12 10:18:56 +02:00 |
|
soupette
|
ba79de76d4
|
Created Library to store plugins components and fields
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-12 09:13:57 +02:00 |
|
soupette
|
b477e52318
|
Improve Reducers & Middlewares api
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-12 09:13:56 +02:00 |
|
soupette
|
8928d9e8f2
|
Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-11 12:27:13 +02:00 |
|
soupette
|
d5b17f7cf0
|
Remove legacy
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-11 12:25:37 +02:00 |
|
soupette
|
1d84363278
|
Store file model timestamps into the reducer
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-11 12:25:36 +02:00 |
|
soupette
|
c4560c95b3
|
Init load upload
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-11 12:25:36 +02:00 |
|
soupette
|
dfad76bdd1
|
Remove SETTINGS_BASE_URL config
Signed-off-by: soupette <cyril.lpz@gmail.com>
|
2021-05-05 11:28:17 +02:00 |
|
Alexandre Bodin
|
ab3760bb66
|
Rename import & requires, fix tests
|
2021-04-29 13:51:12 +02:00 |
|
Alexandre Bodin
|
a14504e699
|
Init scoped packages
|
2021-04-29 12:03:54 +02:00 |
|