Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

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

Changed 'Show Read' and 'Uncommitted' toggles to use global storage
keys instead of workspace-specific keys. These settings should apply
across all workspaces rather than being configured separately for each.

- Changed `review-include-uncommitted:${workspaceId}` to `review-include-uncommitted`
- Changed `review-show-read:${workspaceId}` to `review-show-read`
@ammario ammario added this pull request to the merge queue Nov 6, 2025
Merged via the queue into main with commit cbad70c Nov 6, 2025
13 checks passed
@ammario ammario deleted the fix/global-review-toggles branch November 6, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants