|
|
86cfa78448
|
Conditional transform source panel ID based on layout mode
|
2026-04-03 02:36:20 +02:00 |
|
|
|
5c89a72dc8
|
Add support for hovered viewport panel in transform operations
|
2026-04-03 02:35:42 +02:00 |
|
|
|
e0b1c31323
|
Add hover functionality to ViewportPanel and enhance transform session handling in ViewportHost
|
2026-04-03 02:35:30 +02:00 |
|
|
|
2dfa68822c
|
Add unit test for transform foundation and remove unused e2e test
|
2026-04-03 02:23:41 +02:00 |
|
|
|
6f07baf653
|
Modify entity selection methods in transform tests
|
2026-04-03 02:21:06 +02:00 |
|
|
|
2bfec5b30b
|
Update type annotations in transform-foundation.e2e.ts
|
2026-04-03 02:21:06 +02:00 |
|
|
|
14b1de3a91
|
Add E2E test for transform foundation
|
2026-04-03 02:21:06 +02:00 |
|
|
|
e801c93a90
|
Simplify test setup in editor-store.test.ts
|
2026-04-03 02:19:27 +02:00 |
|
|
|
ea8b8c4ba6
|
Update editor store test to include transform session tracking
|
2026-04-03 02:19:21 +02:00 |
|
|
|
c36c1c3394
|
Add tests for transform session command
|
2026-04-03 02:19:21 +02:00 |
|
|
|
6f1f2f20fb
|
Add scene document replacement function in viewport-test-helpers.ts
|
2026-04-03 02:18:30 +02:00 |
|
|
|
f4fd54f285
|
Simplify variable assignment in App.tsx
|
2026-04-03 02:18:30 +02:00 |
|
|
|
8c844d08c9
|
Update viewport-host.ts and viewport-canvas.test.tsx
|
2026-04-03 02:17:40 +02:00 |
|
|
|
21bf3b30a6
|
Remove unused imports from App.tsx and transform-session.ts
|
2026-04-03 02:17:40 +02:00 |
|
|
|
d350a8839f
|
Narrow transform session type in editor store
|
2026-04-03 02:17:40 +02:00 |
|
|
|
be81b73d11
|
Clear transform session and emit changes in undo/redo methods
|
2026-04-03 02:16:19 +02:00 |
|
|
|
d8e60db880
|
Ensure transform session is inactive before executing commands
|
2026-04-03 02:16:09 +02:00 |
|
|
|
eab77f71ef
|
Add transform operation buttons and update toolbar logic
|
2026-04-03 02:15:50 +02:00 |
|
|
|
7098687a99
|
Add transform session functionality in App.tsx
|
2026-04-03 02:15:38 +02:00 |
|
|
|
9abbe7caf5
|
Add transform session handling to ViewportCanvas and ViewportPanel
|
2026-04-03 02:15:10 +02:00 |
|
|
|
73a868ee33
|
Implement transform session handling and gizmo creation in ViewportHost
|
2026-04-03 02:14:18 +02:00 |
|
|
|
3b38b1aee7
|
Add transform preview and gizmo synchronization in ViewportHost
|
2026-04-03 02:14:18 +02:00 |
|
|
|
0af9837674
|
Add transform session and gizmo support in viewport-host.ts
|
2026-04-03 02:11:42 +02:00 |
|
|
|
92e4c2eeaf
|
Add transform session management to EditorStore and ViewportTransientState
|
2026-04-03 02:11:08 +02:00 |
|
|
|
e6d9704b49
|
Add transform session command and core logic
|
2026-04-03 02:10:44 +02:00 |
|
|
|
2d4fdfa427
|
Initialize viewportLayoutState to null in loadOrCreateSceneDocument
|
2026-04-03 01:39:55 +02:00 |
|
|
|
adb83e8a8f
|
Reorder and update default perspective camera position
|
2026-04-03 01:38:48 +02:00 |
|
|
|
77d4b7fe08
|
Emit event after applying viewport layout state
|
2026-04-03 01:38:48 +02:00 |
|
|
|
7ce72c95c1
|
Add viewport layout and camera state tests in editor-store.test.ts
|
2026-04-03 01:37:55 +02:00 |
|
|
|
c280c57619
|
Extend local draft storage tests to include viewport layout state handling
|
2026-04-03 01:37:49 +02:00 |
|
|
|
809396619d
|
Update ViewportCanvas tests to include camera state handling
|
2026-04-03 01:37:41 +02:00 |
|
|
|
3a0ad4b63b
|
Pass camera state to ViewportPanel from App
|
2026-04-03 01:37:23 +02:00 |
|
|
|
f92f9e7222
|
Add camera state to ViewportPanel props and handlers
|
2026-04-03 01:37:23 +02:00 |
|
|
|
7903090f90
|
Add camera state handling to ViewportCanvas
|
2026-04-03 01:37:13 +02:00 |
|
|
|
0c2bca0331
|
Add camera state management to ViewportHost
|
2026-04-03 01:37:07 +02:00 |
|
|
|
eda8a81448
|
Initialize viewport layout state in editor store
|
2026-04-03 01:37:07 +02:00 |
|
|
|
84e3f4e0e5
|
Update local draft storage to include viewport layout state
|
2026-04-03 01:36:50 +02:00 |
|
|
|
d32129edfc
|
Enhance editor store with viewport layout state management
|
2026-04-03 01:36:24 +02:00 |
|
|
|
a6f8e43c9f
|
Add camera state interfaces and default creation functions in viewport-layout.ts
|
2026-04-03 01:36:15 +02:00 |
|
|
|
fea1f32fc1
|
Update CSS styles for toolbar and button components
|
2026-04-03 01:30:56 +02:00 |
|
|
|
822105a215
|
Modify test to check input value instead of button visibility
|
2026-04-03 01:30:07 +02:00 |
|
|
|
39ee96f3e3
|
Update test to use exact match for button name
|
2026-04-03 01:30:07 +02:00 |
|
|
|
8fc2f7e9a4
|
Add tests for viewport quad layout resizing
|
2026-04-03 01:28:25 +02:00 |
|
|
|
52d2634324
|
Update e2e tests to remove viewport overlay checks and add new properties in EditorStoreSnapshot
|
2026-04-03 01:28:10 +02:00 |
|
|
|
edd0b3e2a2
|
Update tests to include viewportQuadSplit checks
|
2026-04-03 01:27:49 +02:00 |
|
|
|
162b2495d8
|
Update CSS for viewport region and panel layouts
|
2026-04-03 01:27:35 +02:00 |
|
|
|
879f34ec09
|
Enhance viewport panel layout and add resizing functionality
|
2026-04-03 01:26:58 +02:00 |
|
|
|
d8cc3a1c46
|
Add viewport quad split functionality and related utilities
|
2026-04-03 01:26:47 +02:00 |
|
|
|
e88cd7e795
|
Refactor ViewportCanvas component by removing unused functions and optimizing overlay rendering logic
|
2026-04-03 01:25:55 +02:00 |
|
|
|
37e70a6b0b
|
Add support for viewport quad split in editor store and ViewportPanel component
|
2026-04-03 01:25:40 +02:00 |
|