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

Add filtering function for buckets page. #54

Closed
wants to merge 2 commits into from

Conversation

playMudKing
Copy link

  1. Added filtering module for bucket.
  2. Independent BucketList for Rendering performance.
  3. Keyword Highlighting.

Next, I will try to optimize the long list through virtual lists...

@gpailler
Copy link
Collaborator

Thanks for this PR!
It's a great addition to add filtering / paging on buckets page and I will try to take a look on the PR later today
👍

@playMudKing
Copy link
Author

Thanks for this PR! It's a great addition to add filtering / paging on buckets page and I will try to take a look on the PR later today 👍

Thank you for watching.
Scoop is my favorite installation tool for windows, So I am honored to be able toParticipate in it.🙂

@@ -148,6 +151,18 @@ const Buckets = (): JSX.Element => {
</Form.Select>
</InputGroup>
</Col>
<Col lg={3}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be better to have a similar search field design between apps and buckets

return ret;
}

const filterIncludesKeywordBuckets = (item: Bucket) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we update the search query and rely on search results instead of filtering locally the buckets?
The goal is to have a consistent experience between apps and buckets (updated buckets counter for example) and to easily extend the buckets page later (filtering by official/popular buckets...)

Copy link
Author

Choose a reason for hiding this comment

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

Okay, I understand🙂

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.

None yet

2 participants