-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added pagination and search component #783
base: main
Are you sure you want to change the base?
Conversation
added it to repository as well
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Great pull request 👍 Is there any chance we could add search on the dashboard page as well for searching pushes and commits? |
yes will do that @JamieSlome . |
alright, thanks for the suggestions @laukik-target , will incorporate the same. |
what is the format of data that is expected in pushes.db? i wanted to test my code for the dashboard page. |
feat: realtime search
added realtime search
☝🏻Modified the UI of search bar and added real-time search. |
@darkhorse-420 - we can always merge as is and follow up with another PR for dashboard searching? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #783 +/- ##
=======================================
Coverage 63.11% 63.11%
=======================================
Files 47 47
Lines 1678 1678
=======================================
Hits 1059 1059
Misses 619 619 ☔ View full report in Codecov by Sentry. |
okay @JamieSlome , actually when i run the dashboard page it doesnt show any data. (not sure if its an issue on my end) |
added pagination , sort and search to /Repositories and /Users