Ability to preload tabs #6755
Unanswered
FinnPaes
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new Nova 5 Tab functionality loads the tab's relation data when clicking on the tab.
If you switch from one relation tab (for example a HasMany) to another, there are a few layout shifts as it's loading the tab's content.
Example tab structure:
In Nova 4 I used eminiarts/nova-tabs's Nova package which already does pre-load every tab. This makes it so there is no layout shifting.
Although I think it would be great if it's optional, for example adding
->preload()
to each tab you want to preload.Beta Was this translation helpful? Give feedback.
All reactions