Skip to content

Conversation

@serhalp
Copy link
Collaborator

@serhalp serhalp commented Jan 28, 2026

npmx_org_packages_demo_v1.mp4

Add advanced filtering, sorting, and view options to package list pages.

  • Add card/table view mode toggle with Local Storage 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

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
@vercel
Copy link

vercel bot commented Jan 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs.npmx.dev Ready Ready Preview, Comment Jan 29, 2026 2:32pm
npmx.dev Error Error Jan 29, 2026 2:32pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
npmx-lunaria Ignored Ignored Preview Jan 29, 2026 2:32pm

Request Review

@github-actions
Copy link

github-actions bot commented Jan 28, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
lunaria/files/en-US.json Source changed, localizations will be marked as outdated.
lunaria/files/fr-FR.json Localization changed, will be marked as complete. 🔄️
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

Copy link
Collaborator

@danielroe danielroe left a comment

Choose a reason for hiding this comment

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

I love this so much! 😻

Image

- 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
@serhalp serhalp force-pushed the feat/org-packages-fancy branch from febb691 to 8d773b7 Compare January 29, 2026 14:22
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.

3 participants