438 B
438 B
ADR 0006 — Adopt render helper for pagination builder (safe, incremental)
Date: 2025-09-02
Decision
- Add
src/ui/pagination.jsusinghtmltagged template. - Expose via
window.QEditPagination.buildfor 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.