Skip to content

Commit a92a03f

Browse files
committed
feat: unify Nodes and Annotations
1 parent 51b6941 commit a92a03f

File tree

57 files changed

+2748
-6474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2748
-6474
lines changed

packages/demo/lib/example_registry.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class ExampleRegistry {
102102
id: 'callbacks',
103103
title: 'Event Callbacks',
104104
description:
105-
'Real-time event logging for all node, connection, and annotation lifecycle events',
105+
'Real-time event logging for all node, connection, and viewport lifecycle events',
106106
icon: Icons.monitor_heart,
107107
builder: (_) => const CallbacksExample(),
108108
),
@@ -151,8 +151,9 @@ class ExampleRegistry {
151151
),
152152
Example(
153153
id: 'annotations',
154-
title: 'Annotation System',
155-
description: 'Sticky notes, groups, markers, and linked annotations',
154+
title: 'Comment & Group Nodes',
155+
description:
156+
'Comment nodes (formerly sticky notes) and group nodes for organizing your graph',
156157
icon: Icons.sticky_note_2,
157158
builder: (_) => const AnnotationExample(),
158159
),

0 commit comments

Comments
 (0)