scaffolder: migrate actions page to accordion layout
Replace the table-based actions page with an accordion layout using @backstage/ui components. Each action is listed as an expandable accordion, letting users browse the full list while expanding individual actions to see their schema details inline. This avoids the need to scroll between a table and a detail section. The search field is kept for filtering actions by name or description. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Migrated the actions page to use `@backstage/ui` accordion and search components, replacing the previous layout where all actions were rendered at once. Actions are now listed as expandable accordions with built-in search filtering.
|
||||
Reference in New Issue
Block a user