Skip to content

Commit

Permalink
feature(SearchPage): enable search functionality on the application
Browse files Browse the repository at this point in the history
- enable search feature througout the website
- write tests for new feature and components
- fix broken tests

[Finishes #161290978]
  • Loading branch information
KvNGCzA committed Dec 25, 2018
1 parent a0e41e2 commit 2ac96b6
Show file tree
Hide file tree
Showing 37 changed files with 1,834 additions and 186 deletions.
22 changes: 22 additions & 0 deletions mockdata/authors.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@ export default {
articlesRead: 0,
createdAt: '2018-12-14T13:06:20.151Z',
articlesWritten: 5
},
{
id: 3,
fullName: 'Akanmu Christopher',
bio: null,
avatarUrl: null,
following: 0,
followers: 0,
articlesRead: 0,
createdAt: '2018-12-14T13:06:20.151Z',
articlesWritten: 5
},
{
id: 17,
fullName: 'Augustine Ezinwa',
bio: null,
avatarUrl: null,
following: 0,
followers: 0,
articlesRead: 0,
createdAt: '2018-12-14T13:06:20.151Z',
articlesWritten: 5
}
]
};
Loading

0 comments on commit 2ac96b6

Please sign in to comment.