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

feat(frontend): filter repositories that has no issue #65

Closed
wants to merge 1 commit into from

Conversation

up2dul
Copy link
Contributor

@up2dul up2dul commented Oct 9, 2022

Resolve on issue #56

Here i filtered the repository list only showed repositories that has issue

Before

There is showed rosetta and manusier repo that has no issue
Screenshot 2022-10-09 at 22-18-58 Hacktoberfest Teknologi Umum

After

Screenshot 2022-10-09 at 22-19-34 Hacktoberfest Teknologi Umum

@up2dul up2dul requested a review from elianiva as a code owner October 9, 2022 15:24
/>
))}
{state.filteredRepositories
.filter(({ issues }) => issues.length > 0)
Copy link
Member

@elianiva elianiva Oct 9, 2022

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ternyata di file itu udah ada filter-nya ya, tapi gak ngefek apa-apa
image

Copy link
Member

Choose a reason for hiding this comment

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

karena dia nunggu ada filter by labels, harusnya filter itu berlaku meskipun gaada labelsnya

@elianiva elianiva linked an issue Oct 17, 2022 that may be closed by this pull request
@aldy505
Copy link
Member

aldy505 commented Oct 24, 2022

bump, siapa tau lupa

@aldy505
Copy link
Member

aldy505 commented Aug 24, 2023

Hello there. I'm gonna close this issue as we'll rewrite the repo soon enough.

@aldy505 aldy505 closed this Aug 24, 2023
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.

As a user, I don't want to see a repository that has empty issues
3 participants