Skip to content

Commit

Permalink
Fixed typo in clear thumbnail icons (#940)
Browse files Browse the repository at this point in the history
* fixed typo in clear thumbnail icons

* Automatic frontend build

---------

Co-authored-by: Corepex <[email protected]>
  • Loading branch information
Corepex and Corepex authored Jan 31, 2025
1 parent 10d64bc commit b977db4
Show file tree
Hide file tree
Showing 30 changed files with 1,217 additions and 1,217 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const useClearThumbnails = (): UseClearThumbnailsHookReturn => {
return {
label: t('asset.tree.context-menu.clear-thumbnails'),
key: 'clear-image-thumbnails',
icon: <Icon value={ 'remove-image-thumbnails' } />,
icon: <Icon value={ 'remove-image-thumbnail' } />,
hidden: node.type !== 'image' || !checkElementPermission(node.permissions!, 'publish'),
onClick: async () => { await handleClearThumbnails(node, onFinish) }
}
Expand All @@ -55,7 +55,7 @@ export const useClearThumbnails = (): UseClearThumbnailsHookReturn => {
return {
label: t('asset.tree.context-menu.clear-thumbnails'),
key: 'clear-video-thumbnails',
icon: <Icon value={ 'remove-video-thumbnails' } />,
icon: <Icon value={ 'remove-video-thumbnail' } />,
hidden: node.type !== 'video' || !checkElementPermission(node.permissions!, 'publish'),
onClick: async () => { await handleClearThumbnails(node, onFinish) }
}
Expand All @@ -65,7 +65,7 @@ export const useClearThumbnails = (): UseClearThumbnailsHookReturn => {
return {
label: t('asset.tree.context-menu.clear-thumbnails'),
key: 'clear-pdf-thumbnails',
icon: <Icon value={ 'remove-pdf-thumbnails' } />,
icon: <Icon value={ 'remove-pdf-thumbnail' } />,
hidden: node.mimeType !== 'application/pdf' || !checkElementPermission(node.permissions!, 'publish'),
onClick: async () => { await handleClearThumbnails(node, onFinish) }
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/build/1d8e056d-8ce7-4334-a8e5-113c082d0b10/vendor.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/1d8e056d-8ce7-4334-a8e5-113c082d0b10/vendor.js": "/bundles/pimcorestudioui/build/1d8e056d-8ce7-4334-a8e5-113c082d0b10/vendor.js"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcorestudioui/build/90d0c39b-b5fd-4271-84fa-078376496cc6/main.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/90d0c39b-b5fd-4271-84fa-078376496cc6/main.js": "/bundles/pimcorestudioui/build/90d0c39b-b5fd-4271-84fa-078376496cc6/main.js"
}
12 changes: 0 additions & 12 deletions public/build/bb988063-ba59-471b-9a07-d66c2f9f9271/entrypoints.json

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions public/build/f1196719-83ba-44cb-ba19-5972913c6609/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"entrypoints": {
"core-dll": {
"css": [
"/bundles/pimcorestudioui/build/f1196719-83ba-44cb-ba19-5972913c6609/core-dll.css"
],
"js": [
"/bundles/pimcorestudioui/build/f1196719-83ba-44cb-ba19-5972913c6609/core-dll.js"
]
}
}
}

Large diffs are not rendered by default.

0 comments on commit b977db4

Please sign in to comment.