Hi All. I’m wondering how I might go about having featured listings in my app. I’m using inline lists on the category tabs. I would like to be able to have featured listing appear at the top of the inline list and have some sort of badge. I did watch @Robert_Petitto’s vids on incorporating Cloudinary. However, I’m wondering, if I might be able to highlight the listing in green to make it stand out?
If that’s not possible, any other ideas for how I can have certain listings show up as featured? Thank you!
Here’s my app: https://homely-hammer-3276.glideapp.io/
You can have a boolean column called “Featured”. Mark the ones you want to feature and show them in a separate list at the top (with appropriate filter). I usually do this for my restaurant apps, I show them in a horizontal list at the top, then the others in a vertical list below.
Thanks, @ThinhDinh. Do you have an example I can see?
Thank you!
Hi @ThinhDinh. I updated my post to inlcude an image of what I’m trying to accomplish. I did add the boolean tab to a column in my sheet, but I’m stuck after that. Is is possible to have 2 inline lists in 1 tab? Or is there a way to highlight the featured listing at the top and have basic listings below it with no highlighting. I don’t seem to be able to find a way to have more than one component per tab. I’m thinking about how else I could accomplish this.
I like what you’ve done with your app. Can that only be done on the homepage? Thank you!
If you are using a Details view, you can add as many as you would like.
As of now we can’t “highlight” things like that using what Glide offers.
Awesome! That’s what I was missing. This really helps. Thank you, @ThinhDinh!
My pleasure to help, Meredith.