@@ -118,52 +118,42 @@ The workbench has three different views. You can switch between them depending o
118118
119119 </Tab >
120120
121- <Tab title = " Diff View" >
122- ## File Change Tracking
123-
124- Understand exactly what has changed in your files with powerful comparison tools and version history.
125-
126- <AccordionGroup >
127- <Accordion title = " Visual Diff Comparison" icon = " git-diff" >
128- ### Side-by-Side Changes
129-
130- See differences clearly with syntax-highlighted comparisons:
131- - ** Added lines** - Green highlighting for new content
132- - ** Removed lines** - Red highlighting for deleted content
133- - ** Inline changes** - Character-level differences within lines
134- - ** Context lines** - Surrounding code for better understanding
135- </Accordion >
136-
137- <Accordion title = " Change Statistics" icon = " bar-chart" >
138- ### Modification Summary
139-
140- Get quantitative insights into your changes:
141- - ** Addition count** - Number of lines added to files
142- - ** Deletion count** - Number of lines removed from files
143- - ** File status** - Modified, new, or deleted file indicators
144- - ** Change timeline** - When modifications were made
145- </Accordion >
146-
147- <Accordion title = " Version History" icon = " history" >
148- ### Change Timeline
149-
150- Track the evolution of your files over time:
151- - ** Multiple versions** - View different states of the same file
152- - ** Timestamp tracking** - See exactly when changes were made
153- - ** Revert capability** - Restore previous versions if needed
154- - ** Change grouping** - Related modifications bundled together
155- </Accordion >
156-
157- <Accordion title = " File Selection" icon = " file-check" >
158- ### Quick File Access
159-
160- Jump directly to files that have been modified:
161- - ** Modified files dropdown** - Quick access to all changed files
162- - ** Search functionality** - Find specific changed files
163- - ** File type filtering** - Focus on particular file types
164- - ** Change indicators** - Visual badges showing modification counts
165- </Accordion >
166- </AccordionGroup >
121+ <Tab title = " Changes View" >
122+ ## See What You Changed
123+
124+ This view shows you exactly what's different in your files compared to before.
125+
126+ ### Compare Old and New
127+
128+ See your changes side by side:
129+ - ** Green lines** - New stuff you added
130+ - ** Red lines** - Things you removed
131+ - ** Highlighted words** - Specific words that changed
132+ - ** Context** - See the code around your changes
133+
134+ ### Change Summary
135+
136+ Get a quick overview:
137+ - ** Lines added** - How many new lines you wrote
138+ - ** Lines removed** - How many lines you deleted
139+ - ** File status** - Which files are new, changed, or deleted
140+ - ** When** - See when you made the changes
141+
142+ ### History
143+
144+ Look back at previous versions:
145+ - ** Different versions** - See how your file looked before
146+ - ** Time stamps** - Know when each change happened
147+ - ** Undo changes** - Go back to an older version if needed
148+ - ** Grouped changes** - Related changes shown together
149+
150+ ### Find Changed Files
151+
152+ Quickly jump to files you've edited:
153+ - ** Dropdown menu** - See all changed files
154+ - ** Search** - Find a specific file
155+ - ** Filter** - Show only certain types of files
156+ - ** Badges** - See how many changes each file has
167157
168158 </Tab >
169159</Tabs >
0 commit comments