You’d be surprised, everything has a loader pretty much on my app
Is that to mask slow performance and long data loads or an actual design decision?
Design decision but also to mask a lot of external API calling. A good chunk of features are running on lambda or workers with KV so shows a loader while that call goes through as the response is needed for the next step in the UI.
@fede.bubble would be great if drag and drop got fixed in plugin editor fields. It’s impossible to highlight a name or caption field and then the try to click, drag to select a portion of the value…reason it’s impossible is because drag and drop is not isolated to just the left side icon that’s where we are supposed to click in order to then drag and drop, so attempt to highlight part of name text and it try’s to drag the entire column.
thanks, shared with the team
You can do this with a custom state, I have my buttons this way to prevent users from clicking the pay button more than once and actually paying more than once.