* fix: add component to dz at position
* fix: dz component more menu alignment
* test: add e2e test case
* chore: remove commented code
* test: add last position check
* fix: use theme value for padding
* test: force click menu items
* fix: use ds values for theme
* fix: make button a span
* chore: remove unused var
* fix: try force true
* fix: try dispatch click event
* fix: add above first
* feat: init new homepage with custom greeting (#22269)
* feat: init new homepage
* fix: e2e test
* chore(homepage): move guided tour (#22338)
* enhancement: create homepage widget component
* enhancement(homepage): create recently edited documents endpoint (#22355)
* chore: init recent documents route and controller
* enhancement: add recently updated docs endpoint
* chore: add endpoint types
* chore: add api tests
* fix: ts build
* enhancement: add generic widget component
* enhancement: add homepage recently edited widget
* chore: add compound component
* fix: unit test
* enhancement: add no data state
* enhancement: add no data variant
* future(homepage): add generic widget component (#22369)
* enhancement: create homepage widget component
* enhancement: add generic widget component
* chore: add compound component
* fix: unit test
* enhancement: add no data variant
* fix: widget height
* enhancement(homepage): get recent publish activity (#22377)
* chore: tracking and a11y improvements
* chore: add e2e tests
* fix: more cache invalidation
* chore: update api tests
* fix: remove cm dependency
* fix: broken status
* enhancement(home): add recently published widget (#22391)
* fix(home): replace title documentId with document title (#22403)
* fix(home): make locale defined or null to get the correct status (#22405)
* fix(homepage): make back button work when document has a locale (#22450)
* release: 5.6.0
* Revert "release: 5.6.0"
This reverts commit 77ad0efc79afd9777d140f84e8abc47cda26d1d9.
* release: 5.6.0
* fix(homepage): add missing styles for error, loading, and empty states (#22448)
* fix(homepage): add missing styles for error, loading, and empty states
* fix: always include title and icon
* chore: refactor to not rerender static content
* chore: reuse table component
* fix: single type link
---------
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
* fix: minor ui issues
* fix: hide doc status when no d&p (#22409)
* fix: hide doc status when no d&p
* enhancement: show dash instead
---------
Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io>
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
* v5.7.0-beta.0
* fix: package versions
* fix: package version
---------
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
Co-authored-by: Marc-Roig <marc12info@gmail.com>
* fix: The list view settings popover is not scrollable
I limited the maximum height and added the ability to scroll content inside the block.
* fix: The list view settings popover is not scrollable
executed yarn prettier:write
---------
Co-authored-by: Simone <startae14@gmail.com>
* fix: added the popover as danger100 for the background of the danger rows
* fix: added 'danger100' on hover for Logout
* fix: added a check to not show any background on hover for disabled items
#20777
* fix: addressing PR feedback
* chore: added tests for the hover color
* chore: updated the unit tests to use user events
* chore: removed unused imports
* fix: issue 20810 Line 1, line 2, line 3 is written in the tooltip of the edit button in Bulk Publish
ref : #20810
* fix: fix bug 20810 tooltip text change to Edit
Ref : #20810
* fix: updated message ID
* fix: added new key for message
* feat(review-workflows): adding required stage for publishing (#21380)
* feat(review-workflows): adding required stage for publishing
* fix(review-workflows): fixs on rw required stage
* fix(review-workflows): selected required stage when stage name changed
* fix(review-workflows): bug when creating new rw
* feat(review-workflows): check entry stage before publish (#21400)
* feat(content-releases): add stage check to releases details page (#21497)
* feat(content-releases): add stage check
* fix(content-releases): apply suggestions on releases x review workflows
* feat(content-releases): considered review stage when getting the action status (#21612)
* feat(content-releases): considered review stage when getting the action status
* fix: apply changes to reviewWorkflows on schema
* fix: add api test for review workflows publish stage
* fix: api tests
* fix: validation message errors (#21878)
* feat: add workflowId & hasRequiredStageToPublish to workflows metrics events (#21897)
* fix(content-releases): skip flaky test
* fix: update accessible name in history.spec.ts
---------
Co-authored-by: Mark Kaylor <mark.kaylor@strapi.io>
* enhancement: add preview header
* chore: use translations for document status
* chore: add comment with Status comp plan
* chore: update e2e tests
* fix: e2e test
* Update tests/e2e/tests/content-manager/preview.spec.ts