duplicati / ngclient

Angular Client for Duplicati
MIT License
1 stars 0 forks source link

Source folder editor visual selection #33

Closed kenkendk closed 4 weeks ago

kenkendk commented 1 month ago

It is a bit hard to figure out what is actually selected with the current color scheme. The previous editor was using tri-state checkboxes where indeterminate state was used to indicate a partial selection of the folder.

We could also split the view into two operations:

  1. Select source folders (don't show children of selected parents)
  2. Adjust selection with filters/removal

The two steps are internally different as (1) results in source paths and (2) results in filters.