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

Lazy load tabs? #417

Open dmbrooking opened 2 years ago

dmbrooking commented 2 years ago

When you have a form with tabs, is there a way to lazy load the tabs so the content isn't actually loaded until the tab is clicked?

spohlenz commented 2 years ago

This currently isn't possible. However with the Hotwire/Turbo update I am currently working on, there should be a lot of potential to make this work with very little effort. This should be available pretty soon, I am working on fixing up a few minor issues first.

sg3391 commented 2 years ago

hey @spohlenz, is this still on the roadmap?