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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to collapse all subdirectories by default

geojed opened this issue · comments

To navigate large, deeply nested directory structures, it would be helpful if there was an option to by default only display top-level directory in the tree and manually expand subdirectories from there (or even an option to select/collapse multiple directories at once). See example of desired default behavior below.

Current default tree
Uncollapsed
Desired tree
Collapsed

Can you try pulling webreaper/damselfly:dev (once this build has completed) and see if it does what you need?

It should:

  • Persist the expanded state of each folder
  • Give you a right-click context menu option to expand or collapse all children of a particular folder.