Search Bar Integration with ApplicationTable Component#156
Merged
SamNie2027 merged 9 commits intomainfrom Mar 15, 2026
Merged
Conversation
added search bar added next and previous buttons added filtering with search bar added dummy data to simulate searching
backend refactor part 2 id to appId
rayyanmridha
requested changes
Feb 6, 2026
Collaborator
rayyanmridha
left a comment
There was a problem hiding this comment.
Great progress so far! I have some changes that I listed below.
Author
|
I renamed our 'Searchbar' component to 'TableSearch' to not confuse it with the NavBar component. I also got rid of 'React.FC' on all the components |
Author
|
Also deleted test.tsx |
rayyanmridha
requested changes
Feb 18, 2026
Collaborator
rayyanmridha
left a comment
There was a problem hiding this comment.
Everything looks great! Just remove the requested changes from the files and we should be good to merge.
rayyanmridha
previously requested changes
Feb 18, 2026
Collaborator
rayyanmridha
left a comment
There was a problem hiding this comment.
Everything looks great! Just remove the requested changes from the files and we should be good to merge.
f2987bf to
2a4e77f
Compare
SamNie2027
approved these changes
Mar 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ℹ️ Issue
Closes
📝 Description
Implemented searchbar functionality to be compatible with the ApplicationTable component
Briefly list the changes made to the code:
✔️ Verification