-
Notifications
You must be signed in to change notification settings - Fork 167
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) Add login modal when searching projects for non-authenticated users #997
base: master
Are you sure you want to change the base?
Conversation
bbcbb8b
to
f14ae18
Compare
f14ae18
to
04b5a5a
Compare
04b5a5a
to
a6fc96a
Compare
Hey @coderatomy, thanks for redoing this 👍 I tried to test this and was unable to get the featured projects show up on test instance (behind the modal) when I searched as non-logged in user. Here is an example: The project does exist and is marked as featured project 👇 |
@@ -282,6 +330,9 @@ const mapStateToProps = state => { | |||
|
|||
const mapDispatchToProps = dispatch => { | |||
return { | |||
getStaffPicks: args => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that we are only getting staff picks, but even when staff pics are enabled, we are not rendering. What could be the issue? Can you test locally and make changes if needed?
Summary
Adds login modal for non-authenticated users
Closes #802
Changes
featured projects
Screenshots