Project-Chirp / chirp-frontend

Frontend of Chirp
2 stars 3 forks source link

T85: Search bar #126

Closed NasihNazeem closed 1 month ago

NasihNazeem commented 1 month ago

Related Issues

Closes #85

Summary

This is a repost of the initial search bar pull request: #107

This pull request introduces a fully functional search bar that allows users to search for other users within the application by username or display name. The search results are ordered by the number of followers, from most to least. Each result displays a temporary avatar, the username, and the display name of the user

This enhancement aims to improve user experience by making it easier and faster to find other users within the app

Changes Made

Screenshots

image

Testing Instructions

No additional testing instructions

Special Notes for Your Reviewer(s)

No additional notes