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

Turbo frame refinements #502

Closed spohlenz closed 2 months ago

spohlenz commented 2 months ago

The previous iteration of the turbo frame setup, and the attempted fixes in #494, #495 and #497 had some drawbacks still. One of the main ones being that the scopes were outside of the index turbo frame, so scope counts were not being updated when rows were added, deleted or filtered via a search.

This PR:

coveralls commented 2 months ago

Coverage Status

coverage: 91.41% (-0.07%) from 91.475% when pulling 04290d20678d39a0b7c879e7c0b5c4107cbada2a on turbo-frame-refinements into c8bf8954ab930ed615a790dba674e9f2b7e5db24 on main.