Merge pull request #33664 from backstage/scaffolder-actions-single-table

scaffolder: migrate actions page to @backstage/ui components
This commit is contained in:
Patrik Oldsberg
2026-04-09 20:25:49 +02:00
committed by GitHub
12 changed files with 792 additions and 712 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Migrated the actions page to use `@backstage/ui` list and search components. Actions are now presented in a sidebar list with a separate detail panel for the selected action, along with built-in search filtering. The selected action is also reflected in the URL hash, allowing deep-linking to a specific action.