dont show hidden actions

This commit is contained in:
Matt Hill
2025-07-31 13:42:43 -06:00
parent daf584b33e
commit f23659f4ea

View File

@@ -83,6 +83,7 @@ export default class ServiceActionsRoute {
icon: pkg.icon,
manifest: getManifest(pkg),
actions: Object.entries(pkg.actions)
.filter(([_, action]) => action.visibility !== 'hidden')
.map(([id, action]) => ({
...action,
id,