-
Notifications
You must be signed in to change notification settings - Fork 85
feat: enhance package list UX with table view, filters, and sorts #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add advanced filtering, sorting, and view options to package list pages. - Add card/table view mode toggle with localStorage persistence - Add table view with sortable columns (name, downloads, last updated), with asc/desc toggle - Add structured filtering: text search, download range, keywords (AND), updated since - Add a few search operators for power users: `name:`, `desc:`, `kw:` (e.g. `name:react kw:hooks`) - Add column picker for table view with disabled "coming soon" columns - Add pagination options (infinite scroll vs paginated with page size) - When "Filters" panel is collapsed, show a summary of active filters in operator syntax! - Make keywords in table clickable to add to filters - Make maintainers clickable links to user pages
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
danielroe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add proper type imports for FilterChip and ColumnConfig - Fix FilterChip type to use 'keywords' instead of 'keyword' - Change pageSize values from 20 to 25 (valid PageSize literal) - Add non-null assertions for array accesses in structured-filters tests
9b05749 to
68b51f6
Compare
febb691 to
8d773b7
Compare
d82ed8f to
9b241e1
Compare

npmx_org_packages_demo_v1.mp4
Add advanced filtering, sorting, and view options to package list pages.
name:,desc:,kw:(e.g.name:react kw:hooks)