Files
q-edit/docs/adr/0006-pagination-builder-adoption.md
2025-09-02 21:04:17 -04:00

438 B

ADR 0006 — Adopt render helper for pagination builder (safe, incremental)

Date: 2025-09-02

Decision

  • Add src/ui/pagination.js using html tagged template.
  • Expose via window.QEditPagination.build for use in legacy script.js.
  • Modify buildPaginationControls() to delegate to the new builder when available.

Impact

  • Behavior unchanged; structure/classes preserved.
  • Unit tests added to lock structure/bounds.