TrestleAdmin / trestle

A modern, responsive admin framework for Ruby on Rails
https://trestle.io
GNU Lesser General Public License v3.0
1.97k stars 177 forks source link

Bind automatic Stimulus events by setting data-action #524

Closed spohlenz closed 1 week ago

spohlenz commented 1 week ago

This PR simplifies the binding of automated event listeners within Stimulus controllers by manipulating the data-action attribute on the relevant elements, instead of manually adding, removing and rebinding the event handlers.

coveralls commented 1 week ago

Coverage Status

coverage: 91.421%. remained the same when pulling 4ddd8eb3d80282d755bb57cbed8d6597d5babe8c on stimulus-event-listeners into bcd51247f0a96fd2de7208cd0595b923f70daa43 on main.