It would be nice if we could make the Skuid.debug console command made into a component that we could put directly into a page. Taking the code out of it and making it low code/no code.
Design Audit Features: See where components and styles are used
When you have a complex app and multiple components and styles, it would be helpful to have a way to see For each component, which pages it's used on For each style variant, which pages it's used on
Dont allow Conditions for fields that are not filterable
For example with History objects from Salesforce not all fields are filterable, specifically the OldValue and NewValue fields. Despite not being filterable as stated by Salesforce, you can add a condition for these fields on the Model and they wil...
Warn and prevent users from building a page that's beyond the size limit
In Skuid on Salesforce (SFX), it's possible to build and save a page that's larger than the character limit. Skuid's page composer should visually show a user how large the page is (its XML length) in comparison to how close they are to the limit....
Skuid NLX Feature Request: Client Side Filtering Logic
It appears client side logic cannot be included in filter grouping logic. Filter grouping logic appears to only affect server filters. For example if you have two client side filters (1 & 2) and then a server side filter, your grouping logic c...
When we create an app that is geared towards a Mobile device it would be great to be able to add a swipe interaction. Alternatives can be pretty clunky, like lots of extra arrow buttons etc.
Add event support for when components are rendered
There's an out-of-the-box event for when a page is rendered, but sometimes it would be helpful to listen for a specific component to be rendered and then run an event.