docs: mark no-op action audit complete

This commit is contained in:
clawdbot 2026-01-29 18:07:12 +08:00
parent d52497440e
commit d6732597ab

View File

@ -87,7 +87,7 @@ npx serve packages/editor/dist
- [x] Bounds clamp (keep widgets within the screen bounds) - [x] Bounds clamp (keep widgets within the screen bounds)
- [x] Min sizes (rect min=1; resize logic enforces sane bounds) - [x] Min sizes (rect min=1; resize logic enforces sane bounds)
- [x] Avoid stuck context menus (close on normal interactions) - [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” ### “Feels usable”
- [x] Minimal sample BI screen is included by default (demo widgets preloaded). - [x] Minimal sample BI screen is included by default (demo widgets preloaded).