Skip to content

feat(workspace-view): set default display properties to only priority#96

Merged
nazarli-shabnam merged 1 commit into
mainfrom
81-fix-project-labels-should-belong-to-its-project-only
May 5, 2026
Merged

feat(workspace-view): set default display properties to only priority#96
nazarli-shabnam merged 1 commit into
mainfrom
81-fix-project-labels-should-belong-to-its-project-only

Conversation

@nazarli-shabnam
Copy link
Copy Markdown
Member

@nazarli-shabnam nazarli-shabnam commented May 5, 2026

This pull request makes a small change to the default display settings for workspace views. The default set of properties shown in the view has been updated to display only the priority property instead of all display property keys.
closes #81

Copilot AI review requested due to automatic review settings May 5, 2026 10:31
@nazarli-shabnam nazarli-shabnam linked an issue May 5, 2026 that may be closed by this pull request
@nazarli-shabnam nazarli-shabnam self-assigned this May 5, 2026
@nazarli-shabnam nazarli-shabnam added this to the Deadline milestone May 5, 2026
@nazarli-shabnam nazarli-shabnam added bug Something isn't working UI Contribution labels May 5, 2026
@nazarli-shabnam nazarli-shabnam requested a review from a team May 5, 2026 10:32
Copy link
Copy Markdown
Member

@Javenn0 Javenn0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well Done!

@nazarli-shabnam nazarli-shabnam merged commit a09616f into main May 5, 2026
10 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the UI workspace views display defaults so new/initial workspace views start with a minimal set of visible columns (priority only), rather than enabling all display properties by default.

Changes:

  • Changed DEFAULT_WORKSPACE_VIEW_DISPLAY.properties default from all keys to ['priority'].

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -91,7 +91,7 @@ const SORT_ORDER_PARAM = 'order';

/** All display properties; ID is shown in the Work items column when enabled. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Contribution UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: Project labels should belong to its project only

3 participants