Skip to content

Commit 671fdd5

Browse files
authored
refactor: reimplement navigator tree with new component (#4165)
Ref #3399 What to test - hover - select - hiding (with show button) item should be transparent - slot should be purple - hide slot fragment - render collections - enter should trigger edit instance text - support editing instance label with cmd+e - should prevent dragging rich text child - should prevent dragging non detachable instances (accordion header) - should support reparenting after the last child
1 parent d7af396 commit 671fdd5

File tree

13 files changed

+692
-569
lines changed

13 files changed

+692
-569
lines changed

apps/builder/app/builder/features/inspector/inspector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
$dragAndDropState,
2828
$selectedPage,
2929
} from "~/shared/nano-states";
30-
import { NavigatorTree } from "~/builder/shared/navigator-tree";
30+
import { NavigatorTree } from "~/builder/features/sidebar-left/panels/navigator";
3131
import type { Settings } from "~/builder/shared/client-settings";
3232
import { MetaIcon } from "~/builder/shared/meta-icon";
3333
import { getInstanceLabel } from "~/shared/instance-utils";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from "./navigator";
2+
export * from "./navigator-tree";

0 commit comments

Comments
 (0)