# 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.