Skip to content

Conversation

@kh-ub-ayb
Copy link
Contributor

@kh-ub-ayb kh-ub-ayb commented Nov 9, 2025

✨ Feature: Add Search Functionality to Authors Page

πŸ“„ Summary

This PR introduces a search bar on the Authors Page (AuthorsPage.tsx) allowing users to quickly find specific authors by name.

πŸ’‘ Key Features

  • Added a search input above the authors grid.
  • Supports case-insensitive filtering of authors by name.
  • Displays a message when no authors match the search term.
  • Fully styled with Tailwind CSS, including dark mode support.

🧩 Files Modified

  • src/pages/AuthorsPage.tsx

πŸ§ͺ Tested

  • Verified search behavior on both light and dark modes.

Before:-

Screenshot 2025-11-09 162035

After:-

Screenshot 2025-11-09 162007

Fixes: #538

@github-actions
Copy link

github-actions bot commented Nov 9, 2025

πŸŽ‰ All Checks Passed!

Status: βœ… Ready to merge

βœ… Completed Workflows

Workflow Status Details
πŸ”¨ Continuous Integration βœ… Passed Build completed successfully
πŸ“ Code Linting βœ… Passed All formatting and style checks passed

πŸš€ This PR is ready for review and can be safely merged to main branch!

Great work! Your code meets all quality standards. πŸ‘

@kh-ub-ayb
Copy link
Contributor Author

@pikurasa @sa-fw-an plz review

@sa-fw-an sa-fw-an merged commit 9d1e2c4 into sugarlabs:main Nov 10, 2025
3 checks passed
@sa-fw-an
Copy link
Member

Great work :)

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.

Adding search bar to filter authors on authors Page

2 participants