-
Notifications
You must be signed in to change notification settings - Fork 212
Issue 221 #314
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
Issue 221 #314
Conversation
@Colinh84 OK, it is a solid move in the right direction, but I want some changes:
and you use it inside challenge details header as I'll bump the payment for this ticket by $50 for your further efforts. Though, these changes should not be that hard. |
@birdofpreyru I have implemented your requested changes, including an example page for the new Tag component and updated the jest unit tests. I rebased onto develop branch since there was a conflict with a change in the last 24 hours. With the rebase, I noticed that loading the main challenge listings page no longer works and there is an error |
PR #421 fixed this
On 08/31/2017 23:01, Colin Hunt wrote:
@birdofpreyru I have implemented your requested changes, including an example page for the new Tag component and updated the jest unit tests. I rebased onto develop branch since there was a conflict with a change in the last 24 hours. With the rebase, I noticed that loading the main challenge listings page no longer works and there is an error Uncaught (in promise) TypeError: Cannot read property 'filter' of null in the console; I retested on the develop branch without my changes and got the same result, so it seems there is a bad commit on develop branch dealing with filters in the last day or so..
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@Colinh84 OK, accepted, overally good job. Though, quite many linter errors failing Also right after merging I've noted some deviations between design specs and your styling, but I'll also fix myself, not a big deal. |
#221