Files
Alexander Brandon Coles 39955b723d Declare Backlogs controllers on the turbo frame
Moves the controller declarations from the inner div onto the frame tags
themselves, so the list refresh controller reloads `this.element` instead
of breaking out via `closest`.

The turbo frame tags carry identical attributes, so that morph refreshes
cannot strip the controllers off the live element.
2026-06-11 12:44:01 +01:00
..