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

fix #54 personal profile display issue on People Search page #65

Merged
merged 1 commit into from
May 14, 2024
Merged

fix #54 personal profile display issue on People Search page #65

merged 1 commit into from
May 14, 2024

Conversation

CoderSwarup
Copy link
Contributor

Fixes Issue

close #54

Changes proposed

  • the user see out profile on the search people page and also display the follow button for our self

Screenshots

Sercherror fix

Note to reviewers

also i see in the file src\_root\pages\AllUsers.tsx Their are some filter condition applies To Show the user search page result

one of their condition

: searchedUsers && searchedUsers.documents?.length > 0 ? (
          <ul className="user-grid">
            <SearchResults
              isSearchFetching={isSearchFetching}
              searchedUsers={searchedUsers}
            />
          </ul>
        )

Not Call Anywhere please check it

@github-actions github-actions bot added bug Something isn't working priority: medium labels May 14, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, CoderSwarup, for creating this pull request and contributing to OpenGrame! 💗

The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀

Copy link
Owner

@Nishitbaria Nishitbaria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✨

@Nishitbaria Nishitbaria added level2 Modifying an existing feature gssoc Girl Script Summer of Code labels May 14, 2024
@Nishitbaria Nishitbaria merged commit 4b262a1 into Nishitbaria:main May 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gssoc Girl Script Summer of Code level2 Modifying an existing feature priority: medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Users Encounter Personal Profile Display Issue on People Search Page
2 participants