History: pagination survives search/sort, pager pinned to page bottom #140

Merged
fen merged 1 commits from fix-133-paging into dev 2026-09-10 04:14:20 +00:00
Collaborator

Fixes #133

  • table.js: search/sort now keep the pagination bar visible and page the FILTERED/sorted set (client-side paging, page 1 reset on filter/sort change, page count reflects filtered rows).
  • app.css: .pager is sticky at the bottom of .page (min-height fills viewport, margin-top:auto), bottom padding so it never covers the last row.

Verified rendered in headless chromium at 1400x900 and 375x812: search subset -> bar visible, page count reflects subset, paging works; sort -> same; unfiltered -> bar at page bottom (viewport bottom), no overlap with last row. go vet + go test pass.

Fixes #133 - table.js: search/sort now keep the pagination bar visible and page the FILTERED/sorted set (client-side paging, page 1 reset on filter/sort change, page count reflects filtered rows). - app.css: .pager is sticky at the bottom of .page (min-height fills viewport, margin-top:auto), bottom padding so it never covers the last row. Verified rendered in headless chromium at 1400x900 and 375x812: search subset -> bar visible, page count reflects subset, paging works; sort -> same; unfiltered -> bar at page bottom (viewport bottom), no overlap with last row. go vet + go test pass.
fen added 1 commit 2026-09-10 03:48:37 +00:00
History: keep pagination over filtered/sorted set, pin pager to page bottom (#133)
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 26s
fa2e9b1bb5
fen merged commit 98222e762f into dev 2026-09-10 04:14:20 +00:00
Sign in to join this conversation.