khoadng / Boorusama

A mobile client for booru sites built with Flutter
GNU General Public License v3.0
164 stars 11 forks source link

Multiple download selection hides video indicator #447

Closed thebrokenfacade closed 1 month ago

thebrokenfacade commented 3 months ago

Describe the bug When any search is done there is a video indicator on the thumbails of videos. This helps distinguish between animated media and static images without opening each item.

When the user enters the select multiple mode for downloading, the video indicator is hidden. This is also true for indicators for galleries and AI posts.

To Reproduce Steps to reproduce the behavior:

  1. Conduct a search, or use the default results loaded when opening the app
  2. Enter multi select mode by pressing and holding on an item and choosing 'select'
  3. Media type indicators are hidden

Expected behavior I am not sure if this is a bug or a limitation of how the app is built. It seems like the indicators for the type of media should not be hidden in multi-select mode.

Say I wanted to download just the pngs of a character from a specific artist to use as wallpapers. That artist also has videos of the same character so the thumbnails of the pngs and the thumbnails of the videos are indistinguishable from one another. Without the video indicator, I have no idea if I am adding a png or a video to the download list. I either have to add everything in the multi-select mode and delete just the videos after they are downloaded or select and download each png one at a time without the bulk download feature.

Screenshots Screenshot_20240823_094635_Boorusama Screenshot_20240823_094659_Boorusama Screenshot_20240823_094722_Boorusama

Smartphone (please complete the following information):

khoadng commented 3 months ago

Looks like an oversight, it shouldn't be hidden.