Commit Graph

967 Commits

Author SHA1 Message Date
31f170e2fa Add name field to various entity creation functions and handle entity renaming logic 2026-04-03 01:04:13 +02:00
4810d8f3c2 Add state management for entity and model instance name drafts 2026-04-03 01:03:58 +02:00
8a36d888de Import new command modules in App.tsx 2026-04-03 01:03:58 +02:00
2ff3f79f29 Add commands for setting entity and model instance names 2026-04-03 01:03:58 +02:00
1e82418c53 Add migration for entities gaining an optional authored name field 2026-04-03 01:03:23 +02:00
dd5482551e Include optional name in various entity readers 2026-04-03 01:03:18 +02:00
c90c2ba5ad Add function to read optional entity name 2026-04-03 01:03:18 +02:00
61cc96293d Update migration script for new entity name handling 2026-04-03 01:03:04 +02:00
1b66de906e Bump scene document version and update entity comparison 2026-04-03 01:03:03 +02:00
23ffb186e6 Include 'name' in entity creation functions and normalize it 2026-04-03 01:02:52 +02:00
d3566dec06 Add function to normalize entity names 2026-04-03 01:02:52 +02:00
f1191148ff Refactor entity interfaces to extend PositionedEntity 2026-04-03 01:02:34 +02:00
8400dc30b5 Refactor App.tsx and app.css for improved deletion handling and outliner styling 2026-04-03 00:55:51 +02:00
e659beb512 Add delete functionality for scene items in App.tsx 2026-04-03 00:55:39 +02:00
0a53bcdf6f Add delete commands for box brush, entity, and model instance 2026-04-03 00:55:13 +02:00
4cf4642525 Enhance local lights and background e2e test 2026-04-03 00:47:28 +02:00
bd0c30424e Update e2e test for runtime trigger teleport 2026-04-03 00:47:28 +02:00
b9e387464b Enhance runtime click interaction test with viewport setup 2026-04-03 00:47:15 +02:00
8b0dd2951f Update e2e tests with viewport creation helpers 2026-04-03 00:47:15 +02:00
3fcf9fc29c Enhance first-room workflow e2e test with preview setup 2026-04-03 00:47:03 +02:00
f44050e2fe Update e2e test for local lights and background images 2026-04-03 00:47:03 +02:00
d3c9361159 Refactor e2e test for importing Draco model asset 2026-04-03 00:46:49 +02:00
2eed4aca27 Update e2e test for importing external model asset 2026-04-03 00:46:49 +02:00
c0efadeac7 Update e2e test for model asset import to use menuitem selector 2026-04-03 00:46:36 +02:00
9dfb3db3e7 Update e2e test for asset addition and visibility 2026-04-03 00:45:02 +02:00
e68438083d Update E2E tests for model import and placement 2026-04-03 00:44:54 +02:00
ed4f566d29 Refactor model asset import test for improved UI interactions 2026-04-03 00:44:43 +02:00
fcc897b2f5 Update viewport test to use new box creation function 2026-04-03 00:44:43 +02:00
66fdcca4af Update tests to use beginBoxCreation helper function 2026-04-03 00:44:24 +02:00
138445a7de Update box brush authoring tests and add helper function 2026-04-03 00:44:13 +02:00
689e004d26 Rename Assets panel to Outliner and update content structure 2026-04-03 00:44:05 +02:00
a23bad5f87 Refactor and enhance add menu items with asset handling 2026-04-03 00:43:50 +02:00
db4b907838 Reset hovered asset ID when opening or closing add menu 2026-04-03 00:43:50 +02:00
db39f7253b Add hover change event to HierarchicalMenu items 2026-04-03 00:43:50 +02:00
11ef2c71db Refactor viewport host mock setup in tests 2026-04-03 00:37:48 +02:00
47753b4c14 Add unit tests for ViewportCanvas 2026-04-03 00:37:48 +02:00
7e610eaad4 Add creation commit handler to ViewportCanvas 2026-04-03 00:37:48 +02:00
13c600441f Clear viewport tool preview after completing creation 2026-04-03 00:35:30 +02:00
a2ad50b3ea Update handleCommitCreation to return boolean values 2026-04-03 00:32:26 +02:00
eb3d08140f Modify creationCommitHandler to handle boolean return and update logic in viewport-host.ts 2026-04-03 00:32:17 +02:00
d02159a253 Update onCommitCreation to return boolean in ViewportPanel.tsx 2026-04-03 00:32:17 +02:00
b54b3eb445 Update onCommitCreation to return boolean in ViewportCanvas.tsx 2026-04-03 00:32:17 +02:00
2e7de4b14c Update viewport test helpers to handle fallback button click 2026-04-03 00:30:54 +02:00
8dcca3487d Refactor App.tsx to use completeCreation function 2026-04-03 00:30:32 +02:00
e230db744e Update viewport-test-helpers.ts with type annotations 2026-04-03 00:30:32 +02:00
464e7c5d86 Update ViewportCanvas to include sourcePanelId in tool preview change handler 2026-04-03 00:28:41 +02:00
b23848ff55 Update e2e tests to include additional snapshots and assertions 2026-04-03 00:28:17 +02:00
d46f836d4b Add assertion for committed snapshot in box-brush-authoring.e2e.ts 2026-04-03 00:28:11 +02:00
f5bb8b2627 Store and assert snapshot after pressing Escape in import-model-asset.e2e.ts 2026-04-03 00:28:11 +02:00
149f550274 Update entities foundation e2e test to store snapshots 2026-04-03 00:28:00 +02:00