Commit cbad70c
authored
🤖 fix: make Review tab toggles global instead of per-workspace (#491)
The 'Show Read' and 'Uncommitted' toggles in the Review tab were stored
per-workspace, requiring users to configure them separately for each
workspace. This changes them to global settings that apply across all
workspaces.
**Changes:**
- Storage key `review-include-uncommitted:${workspaceId}` →
`review-include-uncommitted`
- Storage key `review-show-read:${workspaceId}` → `review-show-read`
Users' preferences for these toggles will now persist when switching
between workspaces.
_Generated with `cmux`_1 parent cff4cd3 commit cbad70c
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 163 | + | |
| 164 | + | |
168 | 165 | | |
169 | 166 | | |
170 | 167 | | |
| |||
0 commit comments