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

working versiun #530

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

working versiun #530

wants to merge 10 commits into from

Conversation

AndrzejPec
Copy link

@AndrzejPec AndrzejPec commented Oct 7, 2023

DEMO LINK

Known issues:
1. nested ternary in PeopleTable (todo)

  1. the "All" button does not want to be highlited when it always should, apart form when any century is clicked (no clue how to make it work)

3. have to add "There are no people matching the current search criteria" message (todo)

4. missed the male/female filter, need to apply that (todo)


  1. tests stuck locally for some reason, although they all passed earlier (will see how they run on GitHub) edit: apparently also stuck...

@AndrzejPec AndrzejPec marked this pull request as draft October 7, 2023 20:18
@AndrzejPec AndrzejPec marked this pull request as ready for review October 8, 2023 09:24
src/components/PeopleFilters.tsx Outdated Show resolved Hide resolved
src/components/PeopleFilters.tsx Show resolved Hide resolved
src/components/PeoplePage.tsx Outdated Show resolved Hide resolved
@AndrzejPec AndrzejPec requested a review from choeqq October 9, 2023 12:56
getPeople()
.then((data) => {
setPeople(data);
setIsLoading(false);
Copy link

Choose a reason for hiding this comment

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

typically we want to stop setIsLoading(false) on .finally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants