Skip to content

feat: lower default pointer-scan depth to 3 and relocate count label#46

Merged
JeanExtreme002 merged 1 commit into
mainfrom
jeanextreme002/pointer-scan-depth-and-layout
Jun 5, 2026
Merged

feat: lower default pointer-scan depth to 3 and relocate count label#46
JeanExtreme002 merged 1 commit into
mainfrom
jeanextreme002/pointer-scan-depth-and-layout

Conversation

@JeanExtreme002
Copy link
Copy Markdown
Owner

Summary

  • Lower the default max_depth from 5 to 3 across the pointer-scan API (find_pointer_paths), the abstract process (scan_pointer_paths), and the dialog's depth spin box. Shallower scans are dramatically faster and cover the common case; users can still raise the depth when needed.
  • Move the result count label out of the action button row onto its own row below the buttons, so it no longer competes for horizontal space with the Scan/Stop/Rescan/Intersect/Export/Close buttons.

Test plan

  • Open the pointer-scan dialog and confirm the count label renders below the button row.
  • Run a scan and confirm the default depth is 3 and the count label updates correctly.

Lower the default max_depth from 5 to 3 across the scan API, the abstract
process, and the dialog spin box — shallower scans are far faster and cover
the common case. Move the result count label to its own row below the
action buttons so it no longer competes for space in the button row.
@JeanExtreme002 JeanExtreme002 changed the title Lower default pointer-scan depth to 3 and relocate count label feat: lower default pointer-scan depth to 3 and relocate count label Jun 5, 2026
@JeanExtreme002 JeanExtreme002 merged commit 18e7692 into main Jun 5, 2026
12 of 13 checks passed
@github-actions github-actions Bot deleted the jeanextreme002/pointer-scan-depth-and-layout branch June 5, 2026 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant