* fix: removed back button from role page
* chore: removed unused import of back button
#20818
* chore: added prettier and linting changes
#20818
---------
Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
* fix: reenable history api tests
* fix: history trying to restore components that were deleted
* Update tests/api/core/content-manager/content-manager/history/history.test.api.ts
Co-authored-by: Marc Roig <marc.roig.campos@strapi.io>
* chore: refactor to deselect component ids at version creation
* Revert "fix: reenable history api tests"
This reverts commit a35f61fbc066f8ed4d4053ee99bed5d5c4949312.
* fix: type error
---------
Co-authored-by: Marc Roig <marc.roig.campos@strapi.io>
* chore: migrate to TS typeFromMime
* chore: migrate to TS toSingularTypes
* chore: migrate to TS prefixPluginTranslations
* chore: migrate to TS prefixFileUrlWithBackendUrl
* chore: migrate to TS moveElement
* chore: migrate to TS getTrad
* chore: migrate to TS getFileExtension
* chore: migrate to TS containsAssetFilter
* chore: migrate to TS displayedFilters
* chore: migrate to TS downloadFile
* chore: remove findRecursiveFolderMetadatas because is unused
* chore: migrate to TS appendSearchParamsToUrl
* chore: migrate to TS formatBytes
* chore: migrate to TS formatDuration
* chore: migrate to TS urlYupSchema
* chore: migrate to TS urlsToAssets
* chore: migrate to TS rawFileToAsset
* chore: migrate to TS getFolderURL
* chore: migrate to TS getFolderParents
* chore: migrate to TS createAssetUrl
* chore: migrate to TS findRecursiveFolderByValue
* chore: migrate to TS getAllowedFiles
* chore: migrate to TS getBreadcrumbDataCM
* chore: migrate to TS normalizeAPIError
* chore: migrate to TS getAPIInnerErrors
* chore: migrate to TS getBreadcrumbDataML and change the utils imports
* chore: fix export from index
* chore: reduce the errors type definition
* chore: change Query type
* chore: change the way utils are exported in the index
* chore: reduce the code in the custom declaration type file
* fix: <svg> attribute width="2rem" error in Safari
I changed the with and height value for all svgs used in the LeftMenu. It was changed from 2rem to 20px. Rem was leading to the error message Error: Invalid value for <svg> attribute width="2rem" in the safari browser.
* fix: <svg> attribute width="1.2rem" error in Safari
I changed the with and height value for all svgs used in the Onboarding. It was changed from 1.2rem to 12px. Rem was leading to the error message Error: Invalid value for attribute width="1.2rem" in the safari browser.
* Update packages/core/admin/admin/src/components/LeftMenu.tsx
Co-authored-by: Simone <startae14@gmail.com>
* 12px => 12
---------
Co-authored-by: Simone <startae14@gmail.com>
* fix issue 20597 by adding scroll
* fix: fix for wrong modal height for the component field
Ref: #20597
* fix: added styled component rather than adding style
* fix: fixed lint issues
* fixed issue Wrong numbers are displayed (total assets and folders) when doing bulk action in the Media Library
* fix: fix for wrong number display when bulk action in media library
#20843
* fix: fix test case for wrong number not display in media library
Ref : #20843
* fix: fix eslint issues in CI