Remove dead always-true runnable action field

runnable was hardcoded true on every action,
and only loaded+enabled capabilities ever
reach the registry, so every JS === false
branch was unreachable. Drop the field, its
JSON, the guards, and the orphan .disabled
CSS rule.
This commit is contained in:
Andrew
2026-07-10 17:12:52 +08:00
parent 73a1913447
commit 7c9fa801fb
4 changed files with 14 additions and 20 deletions

View File

@@ -169,7 +169,6 @@ kbd {
border: 1px solid var(--border, var(--orca-border, #ddd));
border-radius: 4px;
}
.row.disabled { opacity: .5; cursor: not-allowed; }
.star {
flex: 0 0 auto;
width: 24px;