From f3b26a8074aaac29ee494f597176a94d6c87f3b6 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 20 Mar 2026 15:57:07 +0100 Subject: [PATCH] scaffolder: fix bad vibes Signed-off-by: Patrik Oldsberg --- .changeset/scaffolder-nfs-page-layout.md | 2 +- .changeset/scaffolder-nfs-task-header-menu.md | 5 ----- plugins/scaffolder/report-alpha.api.md | 1 + plugins/scaffolder/report.api.md | 1 + 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .changeset/scaffolder-nfs-task-header-menu.md diff --git a/.changeset/scaffolder-nfs-page-layout.md b/.changeset/scaffolder-nfs-page-layout.md index f282f699bb..2f0f848e40 100644 --- a/.changeset/scaffolder-nfs-page-layout.md +++ b/.changeset/scaffolder-nfs-page-layout.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder': patch --- -Fixed the layout of the scaffolder plugin in the new frontend system to use the new page layout. Direct `FormFieldBlueprint` attachments to the scaffolder page are no longer consumed, custom form fields should instead be provided through the form fields API. +Fixed the layout of the scaffolder plugin in the new frontend system to use the new page layout. diff --git a/.changeset/scaffolder-nfs-task-header-menu.md b/.changeset/scaffolder-nfs-task-header-menu.md deleted file mode 100644 index 7b195e0c58..0000000000 --- a/.changeset/scaffolder-nfs-task-header-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-scaffolder': patch ---- - -Added a header with a kebab context menu to the scaffolder task page in the new frontend system, restoring the ability to show and hide page elements like logs and the button bar. diff --git a/plugins/scaffolder/report-alpha.api.md b/plugins/scaffolder/report-alpha.api.md index 08ddf7323f..4031f295f1 100644 --- a/plugins/scaffolder/report-alpha.api.md +++ b/plugins/scaffolder/report-alpha.api.md @@ -789,6 +789,7 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'ongoingTask.contextMenu.cancel': 'Cancel'; readonly 'ongoingTask.contextMenu.retry': 'Retry'; readonly 'ongoingTask.contextMenu.startOver': 'Start Over'; + readonly 'ongoingTask.contextMenu.moreOptions': 'More options'; readonly 'ongoingTask.contextMenu.hideLogs': 'Hide Logs'; readonly 'ongoingTask.contextMenu.showLogs': 'Show Logs'; readonly 'ongoingTask.contextMenu.hideButtonBar': 'Hide Button Bar'; diff --git a/plugins/scaffolder/report.api.md b/plugins/scaffolder/report.api.md index a57f21f13c..545c69f0ff 100644 --- a/plugins/scaffolder/report.api.md +++ b/plugins/scaffolder/report.api.md @@ -691,6 +691,7 @@ export const scaffolderTranslationRef: TranslationRef< readonly 'ongoingTask.contextMenu.cancel': 'Cancel'; readonly 'ongoingTask.contextMenu.retry': 'Retry'; readonly 'ongoingTask.contextMenu.startOver': 'Start Over'; + readonly 'ongoingTask.contextMenu.moreOptions': 'More options'; readonly 'ongoingTask.contextMenu.hideLogs': 'Hide Logs'; readonly 'ongoingTask.contextMenu.showLogs': 'Show Logs'; readonly 'ongoingTask.contextMenu.hideButtonBar': 'Hide Button Bar';