Skip to content
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

Clicking "See Followers" should open Modal #24

Closed
Tracked by #38
steph-koopmanschap opened this issue Feb 3, 2023 · 1 comment
Closed
Tracked by #38

Clicking "See Followers" should open Modal #24

steph-koopmanschap opened this issue Feb 3, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@steph-koopmanschap
Copy link
Owner

On the profile page when you click "See followers" it should open a modal which renders the following components as children:

<FollowersList userID={data ? data?.user_id : ""} />
<FolloweesList userID={data ? data?.user_id : ""} />

The code is in /next/pages/user/[username].js
The modal code is in /next/components/Modal.js

Currently nothing happens when one clicks "See followers"

@steph-koopmanschap steph-koopmanschap added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 17, 2023
@steph-koopmanschap steph-koopmanschap mentioned this issue Mar 14, 2023
16 tasks
@steph-koopmanschap
Copy link
Owner Author

Fixed in commit 96cc8dd8610e92baf000a85925ce32c05ba57b85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant