Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe76c19

Browse files
authored
Update editable vs read-only diffs
1 parent f86ddd1 commit fe76c19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/feature-requests/005-editable-diff.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ Currently, we use diff view in several places; which ones of them are editable?
2626
#### 1. The entry point of editable state
2727

2828
- By default, a diff view is editable (with some [exceptions](#what-is-editable) listed above). By clicking into any diff, a blinking caret will appear to signify users they can start editing.
29-
- If a diff is read-only, there will be a visual indicator of such:
30-
<img width="450" alt="editable vs read-only diff" src="https://user-images.githubusercontent.com/378023/47252025-44c93080-d478-11e8-8bb4-2ae532e38ad5.gif">
29+
![editable](https://user-images.githubusercontent.com/378023/50758847-b27e3f00-12a6-11e9-8c2e-6c0bf085fdbd.gif)
30+
- If a diff is read-only, there will be no caret. The mouse cursor shows as "default" arrow. Selecting still works.
31+
![non-editable](https://user-images.githubusercontent.com/378023/50758848-b27e3f00-12a6-11e9-996c-8a458196e070.gif)
3132

3233

3334
#### 2. Within an editable state

0 commit comments

Comments
 (0)