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

Type filter before download #55

Open
8 tasks
hospotho opened this issue Aug 19, 2022 · 1 comment
Open
8 tasks

Type filter before download #55

hospotho opened this issue Aug 19, 2022 · 1 comment

Comments

@hospotho
Copy link

hospotho commented Aug 19, 2022

In toDownload array there is type of each content
image

Can you add a filter in UI something like below to pick which kind of content to be download?

//random github page
[...new Set(toDownload.map(item=>item.type))]
> (7) ['image', 'document', 'stylesheet', 'sm-stylesheet', 'sm-script', 'script', 'other']
  • all
  • image
  • document
  • stylesheet
  • sm-stylesheet
  • sm-script
  • script
  • other
@avicoder
Copy link

This is must have.

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

No branches or pull requests

2 participants