When a user clicks on a tag, all readings with that tag get displayed. Often, a tag will be paired with another, and it would be helpful to display readings with two tags.
Add a drop down arrow to the left aside that displays tag pairings
Click the arrow to see partner tags. Whenever a partner tag is clicked, user see readings that have both of these tags
This data may be available within redux. But a new fetch call and db query might need to be added for this
When a user clicks on a tag, all readings with that tag get displayed. Often, a tag will be paired with another, and it would be helpful to display readings with two tags.
This data may be available within redux. But a new fetch call and db query might need to be added for this