Skip to content

Make docking the board to the bottom an opt-in option#75

Merged
danielchalmers merged 1 commit into
mainfrom
dock-to-bottom-option
Jun 19, 2026
Merged

Make docking the board to the bottom an opt-in option#75
danielchalmers merged 1 commit into
mainfrom
dock-to-bottom-option

Conversation

@danielchalmers

@danielchalmers danielchalmers commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Follow-up to #46. That PR always anchored the board to the bottom (to clear the
omnibox suggestions). Per request, that's now opt-in: the default is the
normal top-docked layout, and a new Dock to bottom toggle in Options
moves it down for anyone who wants the omnibox clearance.

How it works

  • The auto top-margin moves off .page onto a .page--dock-bottom modifier,
    applied only when the setting is on.
  • New dockToBottom setting (default false), normalized on read like the
    others.

Default (top) vs. opt-in (bottom)

Default — top "Dock to bottom" on
top bottom

Follow-up to #46, which always anchored the board to the bottom. The default is
now the normal top-docked layout; a new "Dock to bottom" toggle in Options
opts into sitting the board near the bottom, clear of the omnibox suggestions
that drop over the top while searching.

The auto top-margin moves from .page onto a .page--dock-bottom modifier applied
only when the setting is on. Adds a dockToBottom setting (default false). The
#46 e2e is rewritten to assert top by default and bottom once enabled.
@danielchalmers danielchalmers merged commit ab325a4 into main Jun 19, 2026
5 checks passed
@danielchalmers danielchalmers deleted the dock-to-bottom-option branch June 19, 2026 15:26
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