Hi, I’m relatively new to Glide and I like the idea to empower people without coding skills to launch MVPs. I’m excited to be able to build something from scratch by myself and test it. It’s very meaningful for a starter. I looked into the trebuchet method and it is there, functioning, however it doesn’t look good. I believe it’s kind of obsolete by now. In many apps it must be fulfilling a very basic task and it’s quite a shame that a user sees, even if for a split second, both buttons of for example “add item” and “remove item”.
I search widely and seems there is still no new solution for this, is there? If there is can anyone help? If not it would be very beneficial for Glide community to raise this to Glide delevoping team altogether.
The trebuchet method has its uses. What exactly are you trying to do?
This happens in non-trebuchet implementations as well unfortunately.
Hi Darren, thank you for replying, appreciate it!
Yes, trebuchet is very useful and probably the best method to do certain things. All I’m saying is that when clicking on the button to add or remove, it’s slow to update and the user always sees both buttons for a fraction of a second. Seeing both buttons looks rough.
What I am doing is adding participants to events.
Hi Robert, thank you for taking the time to reply.
Do you think there would be any way any way (other than a simple product feedback) to escalate this to developers?
Seeing both buttons looks very “glitchy” and I believe it drives users away instead of incentivising app interactions. Unfortunately, no matter how good an app can be, the front end is a very important aspect of the product/service and such a feature is a very ordinary one used virtually in most applications nowadays.
Are you using the array method, or the joined list method?
The array method. I might have missed the fact there are 2 versions of the trebuchet method. Can you share the link to the joined list method? I will try it if there is the chance for improvement.
The joined list was the original. The array method became available with the multiple files column. I was just curious. I’ve used it a bit and never noticed the behaviour you have. I’ll try and replicate it, and if I can I’ll see if I can find a way to improve it.