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`
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.

1 participant