Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b4132b5
fix for empty layers toggle showing small circle
cycle4passion Jan 11, 2026
56945c5
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 11, 2026
3aaa686
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 14, 2026
07b33de
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 16, 2026
26c0b12
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 19, 2026
e5b8d25
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 19, 2026
617112a
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 21, 2026
20f4b33
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 24, 2026
60ca72b
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 25, 2026
077da76
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 25, 2026
3268020
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 25, 2026
b1057d2
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 26, 2026
20e5cf5
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 26, 2026
ad1d5c1
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 27, 2026
555775e
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 31, 2026
9c170a6
Merge remote-tracking branch 'upstream/docs-v2' into docs-v2
cycle4passion Jan 31, 2026
e77d437
add missing clips for tree examples
cycle4passion Feb 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/examples/components/Tree/basic.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
mode: 'canvas',
motion: { type: 'tween', duration: 800, easing: cubicOut }
}}
clip
height={800}
>
{#snippet children()}
Expand Down
1 change: 1 addition & 0 deletions docs/src/examples/components/Tree/html-nodes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
mode: 'canvas',
motion: { type: 'tween', duration: 800, easing: cubicOut }
}}
clip
height={800}
>
{#snippet children()}
Expand Down
Loading