Clicking a project "tag" takes you to the document, not the tag. Expected behavior (and current behavior) is clicking a tag, metadata, etc. takes you to that appropriate search https://imgur.com/a/sUnW7kD
To address both of these issues, we can enhance DocumentListItem.svelte in the following ways:
List a limited number of tags and data on list items. If the number exceeds a threshold, we can present all of the data in a disclosure.
Make all metadata link to a search query. This will require removing the link from the list item's row, moving the link onto the thumbnail and title instead.
Feedback from @morisy:
Feedback from @morisy:
To address both of these issues, we can enhance
DocumentListItem.svelte
in the following ways: