openpencil/tests
sadkodev 0300cb521b
refactor(keyboard): address review feedback on opacity shortcuts
- Move setOpacity to core editor action (packages/core/src/editor/nodes.ts)
  so it is testable directly without duplicating logic in tests
- Replace external window listener with tinykeys bindings in
  registerKeyboardShortcuts, reusing shared input/focus guards
- Add 20 bindings for Digit0-9 and Numpad0-9 with modifier guards
- Implement Figma-style multi-digit buffer: 2→20%, 28→28%, 00→0%, 100→100%
  with 400ms timeout and auto-apply at 3 digits
- Simplify selection.setOpacity command to delegate to editor.setOpacity
- Rewrite unit tests to call editor.setOpacity directly
- Add ofetch to dependencies (was imported but missing from package.json)
- Update CHANGELOG
2026-07-17 14:09:46 -04:00
..
e2e feat(editor): add shared style bindings 2026-07-17 20:28:22 +03:00
engine refactor(keyboard): address review feedback on opacity shortcuts 2026-07-17 14:09:46 -04:00
figma style: tighten import grouping 2026-05-06 02:22:08 +03:00
fixtures fix(text): verify visible international font rendering 2026-07-17 16:19:18 +03:00
helpers feat(app): migrate paint effect and export panels 2026-07-14 17:06:28 +03:00