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 site tags / category #41

Open
awang-karisma opened this issue Aug 2, 2022 · 5 comments
Open

Add site tags / category #41

awang-karisma opened this issue Aug 2, 2022 · 5 comments

Comments

@awang-karisma
Copy link
Contributor

awang-karisma commented Aug 2, 2022

Categorize website so it's easier to find, like Gaming, Developer Tools, Social Media, Entertainment, etc

I guess it'll need a lot of work since the list of websites are spread into multiple variables.

export const devStarterPack = [

export const idnStarterPack = [

I suggest combining all websites then add "categories" array in it

export const websites = [
  { website: 'line.me', icon: siLine, categories: ['social', 'idnStarterPack'] },
  { website: 'github.com', icon: siGithub, categories: ['develop','devStarterPack','productivity']},
  { website: 'paypal.com', icon: siPaypal, categories: ['finance','remoteWork'] },
  { website: 'upwork.com', icon: siUpwork, categories: ['remoteWork','productivity'] },
]

If implemented, this can also close PR #25

@resir014
Copy link
Collaborator

resir014 commented Aug 2, 2022

This is already planned: #36

cc: @angeloanan

@awang-karisma
Copy link
Contributor Author

aah I see, just watched the video
But Category is not mentioned in #36, so I guess this issue still valid.

I am reworking the category stuff, for now it looks like this
image

Will try to match the design in video and include search bar.

@WilloIzCitron
Copy link

WilloIzCitron commented Aug 2, 2022

also on my fork, i edited gaming essensials for sorting

Screenshot_20220802_220232

@WilloIzCitron
Copy link

also need to hide a duplicates

@awang-karisma
Copy link
Contributor Author

I guess because of the site is no longer relevant, it's abandoned, probably?

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

3 participants