options wheel for user to adjust view settings #485

Closed
opened 2026-09-11 20:09:16 +00:00 by Cordy · 1 comment
Owner

have a way for the user to be able to adjust these settings:
Show hidden files - toggle
Show file extensions - toggle
Items per page - dropdown selection between 20, 50, 100, 200, 500
Tile size - slider

have a way for the user to be able to adjust these settings: Show hidden files - toggle Show file extensions - toggle Items per page - dropdown selection between 20, 50, 100, 200, 500 Tile size - slider
Author
Owner

Shipped in v0.6.172 (PR #510), live on both dogfoods (currently at v0.6.174).

The gear sits right of the view toggle, exactly the reference set:

  • Show hidden files — default off, so dotfiles now stay out of the listing (they were always shown before; flip the toggle to see them).
  • Show file extensions — default on; off strips the extension from the displayed name only, the sub-line ("JPG image") and rename keep it.
  • Items per page — 20 / 50 / 100 / 200 / 500, default 100; longer listings get a pager in the footer band.
  • Tile size — three-stop slider (S/M/L), dimmed while list view is active.

Everything is remembered per browser in the same preference store as the theme and view toggle. Search, recents and favourites keep their own ordering and are untouched by the transform.

Shipped in **v0.6.172** (PR #510), live on both dogfoods (currently at v0.6.174). The gear sits right of the view toggle, exactly the reference set: - **Show hidden files** — default off, so dotfiles now stay out of the listing (they were always shown before; flip the toggle to see them). - **Show file extensions** — default on; off strips the extension from the displayed name only, the sub-line ("JPG image") and rename keep it. - **Items per page** — 20 / 50 / 100 / 200 / 500, default 100; longer listings get a pager in the footer band. - **Tile size** — three-stop slider (S/M/L), dimmed while list view is active. Everything is remembered per browser in the same preference store as the theme and view toggle. Search, recents and favourites keep their own ordering and are untouched by the transform.
Cordy closed this issue 2026-09-12 19:12:18 +00:00
Sign in to join this conversation.
No labels
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Cordy/Cairn#485
No description provided.