openpencil/tests/e2e/canvas
Danila Poyarkov 7a02ee2c62
feat(editor): model split canvas panes (#519)
* refactor(editor): separate canvas view state

- Classify shared and view-local editor state explicitly

- Let canvas surfaces render supplied view state and report their viewport

- Preserve the existing one-canvas behavior by default

* fix(canvas): preserve loading render state

* feat(editor): model split canvas panes

- Add pure recursive split-tree operations with validated sizes

- Add explicit pane registry and independent view-state cloning

- Cap visible panes and cover close and split behavior

* refactor(editor): group state ownership modules

- Move shared and view state into the editor state namespace

- Model the partition with explicit interfaces and default factories

- Derive runtime view keys from the default view object

* feat(editor): model split canvas panes

- Add pure recursive split-tree operations with validated sizes

- Add explicit pane registry and independent view-state cloning

- Cap visible panes and cover close and split behavior

* feat(editor): add split canvas views

- Render recursive pane layouts with Reka UI splitters and pane-local headers
- Route canvas input, selection, viewport state, and close actions to the active pane
- Repaint every canvas during shared document previews and cover split lifecycle in tests

* fix(editor): clean up inactive pane interactions

- Cancel drag, padding preview, and text editing state when pane focus changes
- Remove duplicate changelog entries introduced while updating master
2026-08-15 10:31:52 +03:00
..
corner-smoothing-visual.spec.ts-snapshots feat(editor): add corner smoothing control 2026-07-17 19:28:34 +03:00
demo-effects.spec.ts-snapshots test(canvas): cover renderer showcase visuals 2026-05-22 23:24:26 +03:00
distance-measurement-edge-cases.spec.ts-snapshots feat(canvas): measure distances between layers (#515) 2026-08-14 18:18:55 +03:00
distance-measurement.spec.ts-snapshots feat(canvas): measure distances between layers (#515) 2026-08-14 18:18:55 +03:00
drop-files.spec.ts-snapshots feat(svg): flatten compatible imported fills 2026-08-01 15:30:13 +03:00
frame-overlays.spec.ts-snapshots test(e2e): hide rulers in visual regression snapshots 2026-05-16 15:36:37 +03:00
renderer-visuals.spec.ts-snapshots test(canvas): cover outlined complex text fills 2026-05-30 12:49:27 +03:00
stroke-geometry-visual.spec.ts-snapshots feat(editor): add stroke geometry controls 2026-07-17 19:01:42 +03:00
typography-depth-visual.spec.ts-snapshots feat(text): deepen typography controls 2026-07-17 22:40:52 +03:00
vector fix(vector): preserve open segments with regions (#496) 2026-08-12 19:28:37 +03:00
component-labels.spec.ts test(e2e): cover live move repaint and component labels 2026-05-17 02:11:04 +03:00
corner-smoothing-visual.spec.ts feat(editor): add corner smoothing control 2026-07-17 19:28:34 +03:00
demo-effects.spec.ts test(canvas): cover renderer showcase visuals 2026-05-22 23:24:26 +03:00
distance-measurement-edge-cases.spec.ts feat(canvas): measure distances between layers (#515) 2026-08-14 18:18:55 +03:00
distance-measurement.spec.ts feat(canvas): measure distances between layers (#515) 2026-08-14 18:18:55 +03:00
drop-files.spec.ts feat(svg): flatten compatible imported fills 2026-08-01 15:30:13 +03:00
frame-overlays.spec.ts test(e2e): extract shared editor setup fixture 2026-05-16 16:19:03 +03:00
manipulation.spec.ts test(e2e): use Playwright test id locators 2026-05-15 12:49:49 +03:00
renderer-visuals.spec.ts test(canvas): cover outlined complex text fills 2026-05-30 12:49:27 +03:00
split-views.spec.ts feat(editor): model split canvas panes (#519) 2026-08-15 10:31:52 +03:00
stroke-geometry-visual.spec.ts feat(editor): add stroke geometry controls 2026-07-17 19:01:42 +03:00
typography-depth-visual.spec.ts fix(text): center glyphs within line height (#422) 2026-07-25 23:52:01 +03:00