-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve search functionality bug with pagination (#1116)
Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com>
- Loading branch information
1 parent
4f61f68
commit b9bb605
Showing
4 changed files
with
28 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"name": "Om pawar", | ||
"location": "Maharashtra", | ||
"bio": "A Web Developer specializing in HTML5,css, JavaScript, and front-end frameworks", | ||
"avatar": "https://avatars.githubusercontent.com/u/124502159?s=400&u=3691e22cc07794bb421cee5c655dca4d8da244c9&v=4", | ||
"portfolio": "", | ||
"skills": ["Front end frameworks expertise", "AWS associate level certified", "..."], | ||
"social": { | ||
"GitHub": "https://github.com/Om-pawarr", | ||
"Twitter": "https://twitter.com/@_Parth_Dwivedi_", | ||
"LinkedIn": "" | ||
} | ||
"name": "Om pawar", | ||
"location": "Maharashtra", | ||
"bio": "A Web Developer specializing in HTML5,css, JavaScript, and front-end frameworks", | ||
"avatar": "https://avatars.githubusercontent.com/u/124502159?s=400&u=3691e22cc07794bb421cee5c655dca4d8da244c9&v=4", | ||
"portfolio": "", | ||
"skills": ["Front end frameworks expertise", "AWS associate level certified", "..."], | ||
"social": { | ||
"GitHub": "https://github.com/Om-pawarr", | ||
"Twitter": "https://twitter.com/@_Parth_Dwivedi_", | ||
"LinkedIn": "" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "Giulia", | ||
"location": "Italy", | ||
"bio": "Junior fullstack delevoper searching a project to collaborate for improve skills", | ||
"avatar": "https://github.com/giuliarappo.png", | ||
"portfolio": "https://github.com/giuliarappo", | ||
"skills": ["Java", "Spring boot", "Angular", "React"], | ||
"social": { | ||
"GitHub": "https://github.com/<giuliarappo>", | ||
"LinkedIn": "https://www.linkedin.com/in/<giulia-rappo>" | ||
} | ||
} | ||
"name": "Giulia", | ||
"location": "Italy", | ||
"bio": "Junior fullstack delevoper searching a project to collaborate for improve skills", | ||
"avatar": "https://github.com/giuliarappo.png", | ||
"portfolio": "https://github.com/giuliarappo", | ||
"skills": ["Java", "Spring boot", "Angular", "React"], | ||
"social": { | ||
"GitHub": "https://github.com/<giuliarappo>", | ||
"LinkedIn": "https://www.linkedin.com/in/<giulia-rappo>" | ||
} | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -442,4 +442,4 @@ | |
"Om-pawarr.json", | ||
"boytur.json", | ||
"giuliarappo.json" | ||
] | ||
] |