This is a first video of a short series about horizontal lists. These new awesome components greatly extends the design capabilities in Adalo, and could be used in various ways. Here I show how to create a basic version of horizontal “Category menu” with the help of horizontal chip list component and use it instead of dropdown.
Hey @iron49man@pford have either of you found a work around for Adalo’s inability to inform users of their chip selection? I’ve been using List Labels, but Adalo’s latency is turning this great feature into a bad user experience
I have the filters enabled, however the only way to “show/notify” the user that her selection has been made is to change the label of the filtered list. Unfortunately, Adalo’s speed issues can confuse the user, as the filtered lists simply don’t load immediately after clicking on a new chip…
I may test the left-hand nav to replace the chip list
Could you help me to know how I do so that in a chip list or horizontal list, each chip has a link to a specific page? I want the chips to be “categories” but to lead to the specific page for that category. Thanks a lot.
This is not the best way to set up your app, sorry. Usually you create one screen for all the categories, and then display the information for current category on this screen. For each selected category the content will be different. You can even show/hide some screen elements based on selected category to add customization.
The result you’d like to have could be achieved by creating several (say, N) actions at this list, where each action leads to separate screen and each action is conditional. E.g. you have an action “Link to Screen X”, which happens sometimes, if current category name equals “Category X”.
But this is not sustainable for more than 4-5 categories in my opinion.