6461 Commits

Author SHA1 Message Date
Marc-Roig
620567022a
fix: persist tables after sync 2023-04-28 13:28:17 +02:00
Gustav Hansen
2cba0325e0 CM: Render stage color in the list-view 2023-04-28 13:27:39 +02:00
Gustav Hansen
12638795e9 Chore: Update tests 2023-04-28 13:21:31 +02:00
Rémi de Juvigny
61c168f744 Add unpublish modal 2023-04-28 12:46:42 +02:00
Rémi de Juvigny
dc4c6a7877 Finish publish all modal 2023-04-28 12:09:04 +02:00
Marc-Roig
c20f16e930
fix: do not remove tables if array is empty 2023-04-28 11:57:28 +02:00
Ben Irvin
186d4dab57 change supported versions to node 16, 18, and 20 2023-04-28 11:18:55 +02:00
Arthur Brière
a5b1fb51c4
fix/fix-typo-in-fr-translations (#16544) 2023-04-28 08:37:05 +02:00
Marc-Roig
94d5e88a56
fix: remove persisted tables from the store not from db tables 2023-04-27 20:34:43 +02:00
Rémi de Juvigny
7a53339f75 User userEvents for testing 2023-04-27 18:49:45 +02:00
Rémi de Juvigny
db74d609f8 Render publish modal 2023-04-27 18:36:34 +02:00
Marc-Roig
9dae8499d5
fix: depends on should be an array 2023-04-27 18:11:17 +02:00
Gustav Hansen
9978e0fda3 Settings: Add drag and drop to allow reodering of stages 2023-04-27 18:01:33 +02:00
dome4
ea59675dc5 remove dependency react-router 2023-04-27 17:24:27 +02:00
Gustav Hansen
476821033f CM: Allow list-view to be sorted by stages 2023-04-27 17:10:14 +02:00
Fernando Chávez
b83c8d9320
Merge pull request #16515 from strapi/bulk-publish/actions-bar
[Bulk Publish] Add new publish buttons to the content manager tables
2023-04-27 14:41:51 +02:00
Gustav Hansen
9de528d7d5 Merge branch 'main' into feature/review-workflow-1 2023-04-27 13:13:43 +02:00
Fernando Chavez
8905c4be28 add test file for BulkActionsBar new component 2023-04-27 10:54:45 +02:00
Gustav Hansen
e5756043ef Chore: Split DragLayer out of the CM and make it available across the app 2023-04-27 09:55:28 +02:00
Fernando Chavez
6c105bc10e fix lint error 2023-04-26 16:55:10 +02:00
Fernando Chavez
e4234f0568 fix names on proptypes of new bulk actions bar component 2023-04-26 16:20:35 +02:00
Alexandre Bodin
68604f9853 Merge branch 'main' of github.com:strapi/strapi into release/4.10.1 2023-04-26 15:50:41 +02:00
Alexandre Bodin
23b531cef5 v4.10.1 2023-04-26 15:45:41 +02:00
Alexandre Bodin
b36292e67b Merge branch 'releases/4.10.0' 2023-04-26 14:39:05 +02:00
Alexandre Bodin
9b5519778f v4.10.0 2023-04-26 14:32:28 +02:00
Fernando Chavez
93497de25a change cloneElement for a render function on helper-plugin's dynamicTable 2023-04-26 14:22:29 +02:00
Gustav Hansen
2d8c8eec3c
Merge branch 'feature/review-workflow-1' into feature/review-workflow-1-edit-view-color 2023-04-26 14:11:58 +02:00
Marc
6fc31d84bd
Merge pull request #16482 from strapi/feautre/rw-colors 2023-04-26 13:43:43 +02:00
Gustav Hansen
ac89f99b1d CM: Display stage colors in the edit view sidebar 2023-04-26 12:46:05 +02:00
Josh
e3af28c527
Merge pull request #16418 from GitStartHQ/fix/condition-fields-break-checkbox 2023-04-26 11:23:17 +01:00
Fernando Chavez
ace5e1bef3 add canPublish to conditions to show the bulk buttons 2023-04-26 12:20:38 +02:00
Fernando Chavez
e0e272fede Send the canPublish permissions to the DynamicTable on content manager 2023-04-26 12:10:49 +02:00
Fernando Chavez
21c9cb69ad Add a new bulkActionsBar prop to DynamicTable from helper-plugins and changes to the table on content manager to have the new bulk publish buttons 2023-04-26 11:57:05 +02:00
Josh
d07d489109 chore: convert admin-utils to TS and reorganise preset setup
chore

chore: fix tests

chore: fix workflow

chore: tidy ups

chore: test fixes

chore: skip nx cache

chore: pr amends

chore: fix rogue incorrect import
2023-04-26 09:57:17 +01:00
Josh
407be7cbbd
Merge pull request #16481 from strapi/chore/refactor-hp-to-features 2023-04-26 09:56:28 +01:00
Gustav Hansen
10983f3ba7
Merge pull request #16499 from strapi/feature/review-workflow-1-settings-color
Settings: Implement color select for stages
2023-04-26 10:54:37 +02:00
Gustav Hansen
2c6624f64f Chore: Update reducer tests 2023-04-26 10:15:47 +02:00
Josh
4134c0e33b refactor: colocate code in helper-plugin features for clearer view
refactor: move Notification logic into helper-plugin

refactor: wip

fix: typo

chore: fix tests

chore: ensure contexts are still exported

Update packages/core/helper-plugin/src/features/OverlayBlocker.js

Update packages/core/helper-plugin/src/features/AutoReloadOverlayBlocker.js

Co-Authored-By: Gustav Hansen <gustav.hansen@strapi.io>
2023-04-26 09:06:18 +01:00
gitstart
9e2b06649c fix: field named conditions breaking role checkboxes
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
2023-04-26 03:07:02 +00:00
Gustav Hansen
19855acfa4 Settings: Fix Field <> ReactSelect connection 2023-04-25 18:05:15 +02:00
Gustav Hansen
ef3d7ff09a Settings: Implement color select for stages 2023-04-25 17:40:48 +02:00
Marc
94e2624b61
Merge pull request #16479 from strapi/feat/back-limit-number-of-created-stages 2023-04-25 16:43:01 +02:00
Nathan Pichon
a51313304d
Merge pull request #15899 from strapi/feature/review-workflow
New Feature: Review Workflows
2023-04-24 20:53:14 +02:00
Jean-Sébastien Herbaux
3070b89cc1
Upgrade to TS V5 and fix related breaking changes (#16462) 2023-04-24 18:37:51 +02:00
Marc-Roig
80c272dd9e chore: split routes into files 2023-04-24 16:20:12 +02:00
Marc-Roig
66a2bba78e chore: move enableFeatureMiddleware to utils 2023-04-24 16:18:54 +02:00
Marc-Roig
52b2aed092 feat: admin routes as object 2023-04-24 16:18:39 +02:00
Gustav Hansen
e386aff3d5
Merge branch 'main' into feature/review-workflow 2023-04-24 13:59:41 +02:00
Marc-Roig
69cc9c5e8e fix: stage color should not be nullabke 2023-04-24 13:34:33 +02:00
Marc-Roig
e7e3004524 feat: add stage color attribute 2023-04-24 13:28:33 +02:00