stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
8.76k stars 778 forks source link

[Feature] Display selected item count in modal header when editing multiple files #4134

Open echo6ix opened 11 months ago

echo6ix commented 11 months ago

Is your feature request related to a problem? Please describe. Uses can select one or multiple cards to edit in grid view using the modal edit window. The modal header pluralizes the noun in the header to signify multiple items are being edited. This subtle visual indication (Edit Scene vs Edit Scenes) could be missed by users unaware that they are editing multiple files.

Describe the solution you'd like Add the number of items being edited in the modal, i.e. Edit scenes (10 scenes)

image

image

elkorol commented 11 months ago

This is in my pull request https://github.com/stashapp/stash/pull/4150