Skip to content

Commit

Permalink
Fixed sidebar headline (#737)
Browse files Browse the repository at this point in the history
* fixed missing translation

* Automatic frontend build

* changed key to `asset.sidebar.details`

* Automatic frontend build

---------

Co-authored-by: Corepex <[email protected]>
  • Loading branch information
Corepex and Corepex authored Nov 25, 2024
1 parent 659144b commit 38c9b67
Show file tree
Hide file tree
Showing 32 changed files with 1,815 additions and 1,814 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const AssetEditorSidebarDetailsView = ({
className={ styles.sidebarContentEntry }
padded
>
<Header title={ t('details') } />
<Header title={ t('asset.sidebar.details') } />

<div className={ 'sidebar__content-entry-content' }>
<div className={ styles.sidebarContentDimensions }>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const VideoEditorSidebarDetailsTab = ({
className={ styles.sidebarContentEntry }
padded
>
<Header title={ t('details') } />
<Header title={ t('asset.sidebar.details') } />

<div className={ 'sidebar__content-entry-content' }>
<div className={ styles.sidebarContentDimensions }>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcorestudioui/build/229ac01a-8c26-43ea-946c-a3a9c63816e3/main.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/229ac01a-8c26-43ea-946c-a3a9c63816e3/main.js": "/bundles/pimcorestudioui/build/229ac01a-8c26-43ea-946c-a3a9c63816e3/main.js"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/build/30f3bede-a6f0-4840-a4fe-9d664d265b2a/vendor.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/30f3bede-a6f0-4840-a4fe-9d664d265b2a/vendor.js": "/bundles/pimcorestudioui/build/30f3bede-a6f0-4840-a4fe-9d664d265b2a/vendor.js"
}

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions public/build/8687d1b2-42a0-456b-b30a-e0fd56f1248c/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/ca882e75-9859-4d1c-9ad5-1eaf978c8f15/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"entrypoints": {
"core-dll": {
"css": [
"/bundles/pimcorestudioui/build/ca882e75-9859-4d1c-9ad5-1eaf978c8f15/core-dll.css"
],
"js": [
"/bundles/pimcorestudioui/build/ca882e75-9859-4d1c-9ad5-1eaf978c8f15/core-dll.js"
]
}
}
}

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions translations/studio.en.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
asset.sidebar.details: Details
asset.asset-tree.title: Asset Tree
asset.asset-tree.search: Search in {{folderName}}
asset.asset-editor-tabs.view: View
Expand Down

0 comments on commit 38c9b67

Please sign in to comment.