Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.45k stars 76 forks source link

bottom left statusbar overlap #493

Open ronbruins opened 11 months ago

ronbruins commented 11 months ago

Sorry for all the new issues, just trying to give some feedback here.

Is it possible to have the tasks running (like writing exif data) not to be on the same spot(bottom left) as where the e.g. xxx selected shows. Right now I am writing a bunch of exif tags

image

but when I select a new set of images, I want to make sure all relevant images are selected, by the count of selected, but can't see that now, because the exif task is dynamically shown at the same spot, hiding the 'xxx' selected

Webreaper commented 11 months ago

Yeah, that makes sense. I could put the status/work stuff in a different place, potentially.

There's also a bug in MudBlazor which means that when the status bar gets updated, if you're halfway through typing an autocomplete tag, it clears the selection and you have to start again. I'm waiting for them to fix it, but putting the status somewhere else (e.g., a collapsable sidebar panel) would mitigate this.