yshmarov / insta2blog.com

Automagically post your Instagram photos to a perfect SEO blog. Turn your Instagram account into a website.
https://insta2blog.com/
MIT License
14 stars 2 forks source link

select dropdown to filter posts by %i[photo, video, carousel] #91

Closed yshmarov closed 1 year ago

yshmarov commented 1 year ago

There are 3 types of insta_posts

In posts#index, except of searching for posts we should be able to filter by type.

By default, all 3 are selected (no scope).

form.select :media_type dropdown would work well.

The form that should be updated.

Ideally, should be implemend without a gem. However ransack/pg_search is acceptable.