From d6732597ab04ca867bd185c6f9effa0c31d3278c Mon Sep 17 00:00:00 2001 From: clawdbot Date: Thu, 29 Jan 2026 18:07:12 +0800 Subject: [PATCH] docs: mark no-op action audit complete --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64378db..9c82ab3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ npx serve packages/editor/dist - [x] Bounds clamp (keep widgets within the screen bounds) - [x] Min sizes (rect min=1; resize logic enforces sane bounds) - [x] Avoid stuck context menus (close on normal interactions) -- [ ] Audit for no-op clickable actions (continue tightening UX) +- [x] Audit for no-op clickable actions (disabled menu items are computed from real preconditions; no actions fire when they would be no-ops) ### “Feels usable” - [x] Minimal sample BI screen is included by default (demo widgets preloaded).