Skip to content

feat: search projects on org page#1881

Merged
qstearns merged 2 commits intomainfrom
feat/search-projects
Mar 13, 2026
Merged

feat: search projects on org page#1881
qstearns merged 2 commits intomainfrom
feat/search-projects

Conversation

@adaam2
Copy link
Member

@adaam2 adaam2 commented Mar 13, 2026

Summary

  • Add a search bar above the project list on both the Org Home and Org Projects pages
  • Filters projects by name or slug using case-insensitive matching
  • Shows an empty state message when no projects match the search query

Closes AGE-1580

Test plan

  • Navigate to the org home page and verify the search bar appears above the project grid
  • Navigate to the org projects page and verify the search bar appears above the project grid
  • Type a project name and confirm the list filters in real-time
  • Type a project slug and confirm the list filters correctly
  • Search for a non-existent project and confirm the empty state message appears
  • Clear the search and confirm all projects reappear

🤖 Generated with Claude Code


Open with Devin

Allow users to filter projects by name or slug on both
the org home page and the dedicated projects page.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@adaam2 adaam2 requested a review from a team as a code owner March 13, 2026 17:08
@vercel
Copy link

vercel bot commented Mar 13, 2026

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

Project Deployment Actions Updated (UTC)
gram-docs-redirect Ready Ready Preview, Comment Mar 13, 2026 5:15pm

Request Review

@linear
Copy link

linear bot commented Mar 13, 2026

@changeset-bot
Copy link

changeset-bot bot commented Mar 13, 2026

⚠️ No Changeset found

Latest commit: 60aeda2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

devin-ai-integration[bot]

This comment was marked as resolved.

When the org has no projects and the search is empty, show
"No projects yet." instead of "No projects matching ''".

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@qstearns qstearns merged commit d2a46c3 into main Mar 13, 2026
34 checks passed
@qstearns qstearns deleted the feat/search-projects branch March 13, 2026 17:47
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants