Skip to content

Add text status column to app list - feature request #814#894

Open
breshinotestachegira wants to merge 3 commits intoKlocman:masterfrom
breshinotestachegira:fix/issue-814-status-column
Open

Add text status column to app list - feature request #814#894
breshinotestachegira wants to merge 3 commits intoKlocman:masterfrom
breshinotestachegira:fix/issue-814-status-column

Conversation

@breshinotestachegira
Copy link
Copy Markdown

@breshinotestachegira breshinotestachegira commented Mar 27, 2026

Summary

This PR adds a text Status column to the main applications list.

Changes

  • add a new Status column after System Component
  • expose the same highlighted states currently represented by row colors as text
  • reuse the existing application-state logic for:
    • Windows features
    • Store apps
    • orphaned entries
    • invalid entries
    • verified/unverified certificates

Why

Some users rely on text instead of color to understand application state. This improves accessibility and makes the meaning of highlighted rows visible without depending on color alone.

Notes

The text shown by the new column follows the same conditions that drive the existing row highlight colors.

Closes #814

@breshinotestachegira breshinotestachegira changed the title Add text status column to app list Add text status column to app list - feature request #814 Mar 27, 2026
@breshinotestachegira
Copy link
Copy Markdown
Author

Added regression tests for ApplicationListConstants.GetApplicationStatusText(...) to cover the new status column mapping.

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.

[Feature Request] [Accessibility + Convenience] Provide a 'Status' text column matching app list background color

1 participant