You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/snapshots.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,22 @@ _Screenshot to an example flow preview for a Snapshot in FlowFuse_
250
250
251
251
### Comparing Snapshots
252
252
253
-
From any Snapshots tab, you can compare two snapshots by selecting the Snapshot's actions, then selecting "Compare Snapshots". This will open a new Dialog with option to chose a second snapshot to compare with.
253
+
From any Snapshots tab, you can compare two snapshots by selecting the Snapshot's action,
254
+
then selecting "Compare Snapshots". This will open a new dialog with the option to choose
_Screenshot demonstrating the compare snapshots feature_
257
+
In the top left, a sidebar lists every changed, added, and deleted node, showing what action
258
+
occurred for each. The flow canvas highlights the selected node and scrolls to it
259
+
automatically, giving you a visual indication of where the change is in your flow. The right
260
+
side shows the property and code changes for the affected node. You can step through them
261
+
one at a time using the **Prev / Next** buttons. For each change you can see:
262
+
263
+
-**Property diffs** - Each changed property is shown inline with the old and new value side by side, with red `-` for removed and green `+` for added
264
+
265
+

266
+
_Screenshot showing property-level diff with old and new values displayed side by side_
267
+
268
+
-**Code diffs** - For multiline properties — for example in function and template nodes — code changes appear as a line-level diff with red `-` for removed lines and green `+` for added, the same format you'd expect from a git diff
269
+
270
+

271
+
_Screenshot showing a code diff for a function node with red and green line-level changes_
0 commit comments