Skip to content

Commit

Permalink
feat: adding prefixes
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
  • Loading branch information
axel7083 committed Sep 21, 2023
1 parent 48051c6 commit 4ff5470
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/renderer/src/lib/compose/ComposeActions.svelte
Expand Up @@ -129,6 +129,7 @@ if (dropdownMenu) {
icon="{faArrowsRotate}" />
<ContributionActions
args="{[compose]}"
contextPrefix="composeListItem"
dropdownMenu="{dropdownMenu}"
contributions="{contributions}"
onError="{errorCallback}" />
Expand Down
Expand Up @@ -178,6 +178,7 @@ if (dropdownMenu) {
icon="{faArrowsRotate}" />
<ContributionActions
args="{[container]}"
contextPrefix="containerListItem"
dropdownMenu="{dropdownMenu}"
contributions="{contributions}"
onError="{errorCallback}" />
Expand Down
1 change: 1 addition & 0 deletions packages/renderer/src/lib/image/ImageActions.svelte
Expand Up @@ -103,6 +103,7 @@ function onError(error: string): void {
args="{[image]}"
dropdownMenu="{dropdownMenu}"
contributions="{contributions}"
contextPrefix="imageListItem"
onError="{onError}" />

{#if errorMessage}
Expand Down
1 change: 1 addition & 0 deletions packages/renderer/src/lib/pod/PodActions.svelte
Expand Up @@ -131,6 +131,7 @@ if (dropdownMenu) {
{/if}
<ContributionActions
args="{[pod]}"
contextPrefix="podListItem"
dropdownMenu="{dropdownMenu}"
contributions="{contributions}"
onError="{errorCallback}" />
Expand Down

0 comments on commit 4ff5470

Please sign in to comment.