Skip to content

Commit c40937e

Browse files
authored
Merge pull request #284 from FlutterFlow/feature/new-commit-view
Updated Arcade for New Commit View
2 parents 9ffb499 + 9c6fc26 commit c40937e

File tree

1 file changed

+6
-2
lines changed
  • docs/testing-deployment-publishing/branching-collaboration

1 file changed

+6
-2
lines changed

docs/testing-deployment-publishing/branching-collaboration/branching.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,19 @@ To create a commit, follow these steps:
117117

118118
Once the commit is created, you can see the list of all commits under the **Branch History** section. Here, each commit is displayed with a timestamp, the user who made the changes, and a commit message. You can also search and filter through commits by specific users and date range.
119119

120-
To see the commit changes, simply click on the commit.
120+
To see the commit changes, simply click on the commit. You’ll then land on a **Commit View** page where you can:
121+
122+
- **Review Changed Files**: In the left panel, files that have been modified are marked with a gray dot, making it easy to spot which parts of your project have updates.
123+
- **Compare Before and After**: The center pane provides a side-by-side diff of the YAML for each changed file. Lines highlighted in red indicate removed or altered content, while lines in green show newly added or updated content.
124+
- **See Commit Statistics**: At the top of the page, you’ll see a quick summary of how many files were changed and the total lines added (+) or removed (-).
121125

122126
<div style={{
123127
position: 'relative',
124128
paddingBottom: 'calc(53.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
125129
height: 0,
126130
width: '100%'}}>
127131
<iframe
128-
src="https://demo.arcade.software/3WbkSc5kCtZNzQf1DlKQ?embed&show_copy_link=true"
132+
src="https://demo.arcade.software/RwImFTtbmT0hkxj1RtuF?embed&show_copy_link=true"
129133
title="Viewing Commits"
130134
style={{
131135
position: 'absolute',

0 commit comments

Comments
 (0)