Skip to content

feat: add multi-column package list sorting (Name, Version, Provider)#135

Open
vaishnavi003-svg wants to merge 1 commit into
pie-314:mainfrom
vaishnavi003-svg:feat/package-sorting
Open

feat: add multi-column package list sorting (Name, Version, Provider)#135
vaishnavi003-svg wants to merge 1 commit into
pie-314:mainfrom
vaishnavi003-svg:feat/package-sorting

Conversation

@vaishnavi003-svg

Copy link
Copy Markdown

Description

Adds multi-column package list sorting feature. Users can now sort packages by Name, Version, or Provider using keyboard shortcuts.

Fixes #70

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

  • Manual test (please describe)

Tested with:

  1. Press s to open sort menu
  2. Press n → packages sorted by Name
  3. Press v → packages sorted by Version
  4. Press p → packages sorted by Provider
  5. Sort indicator shows in list header: "Packages (X) (sorted by: Name)"
  • cargo test

Checklist:

  • My code follows the Coding Guidelines.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have NOT added useless AI-generated comments.
  • I have NOT deleted existing unrelated comments.
  • I have NOT modified files unrelated to this task.
  • I have included screenshots/recordings (for UI changes).
  • My changes generate no new warnings (clippy/fmt).
  • I have linked the issue I am working on.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

@vaishnavi003-svg is attempting to deploy a commit to the pie's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vaishnavi003-svg

Copy link
Copy Markdown
Author

@pie-314
ready to review.
thank you

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] Multi-Column Package List Sorting

1 participant