Closed Nicholas-Westby closed 7 years ago
Hey! Not a bad idea. I'm rebooting the project for a new release, in order to address some of the issues related to the recent Umbraco releases. This makes sense to include as well. I'll get back to you ☺️
Fixed in the next release - we'll keep the issue open until the release is out.
Fixed in v1.14.1
I have an Archetype with 62 widgets/fieldsets:
When creating widgets in the content section, it's nice and zippy. When loading this screen (the data type configuration for my Archetype), it takes about 18 seconds to load, and typing has a lag.
I'm thinking this speed issue can be solved in the same way the speed issue in the content section was solved (i.e., use
ng-if
to avoid processing collapsed fieldsets).Happy to submit a pull request if you like.