aboutsummaryrefslogtreecommitdiff
path: root/docs/gui-checklist.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 00:51:15 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 00:51:15 +0200
commit5418ba6bc5c653b6a99572c6ece6abbf57836c43 (patch)
treeae0a430c468890770d20f531c3a026937c9bb948 /docs/gui-checklist.md
parentca0b703526151149d060d6d38f307e9e38c3dcd2 (diff)
downloadkrino-5418ba6bc5c653b6a99572c6ece6abbf57836c43.tar.gz
krino-5418ba6bc5c653b6a99572c6ece6abbf57836c43.zip
gui: coloured actions with headers, a filter over the plan, bulk trash or delete
Diffstat (limited to 'docs/gui-checklist.md')
-rw-r--r--docs/gui-checklist.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md
index cf00d1c..1bbcd74 100644
--- a/docs/gui-checklist.md
+++ b/docs/gui-checklist.md
@@ -104,3 +104,11 @@ A dialog is its own window: take it by its own id, not the main window's.
29. Dragging the divider above the preview resizes it, the size is still
there after a restart, and a PDF page is rendered large enough to suit
it rather than magnified.
+30. The filter box narrows the plan as it is typed, `Select all` then
+ checks only what is shown, and the status line says how many checked
+ files are hidden.
+31. `With checked` sets every checked file to Trash, or - after a
+ confirmation naming the count - to a permanent delete; the rows change
+ and nothing moves until Apply.
+32. Closing the window with files checked and nothing applied asks first.
+33. Every setting in Settings explains itself when the pointer rests on it.