We updated the progress bar component and added two new styles!
I have used the new options throughout my app - they look and work great! Is there a reason the bar style doesn’t have the percentage like the other two choices? It would be great to add the % (avoid an extra step to use a separate component to display it). Thanks!
Hello @JackVaughan,
I see a little bug with progress bar. With a rollup formula, we have a problem with the grey circle. He disappear sometimes…
Thanks to the team!
Laurent
Cool Gadgets
Love the new chart features. Keep them coming! Would love additional charting options and the ability to adjust sizing of the charts. Perhaps having two in the same line.
A bit off-topic here, but how is this tabbed nav bar accomplished in Glide?
It’s a choice component in the horizontal layout.
https://docs.glideapps.com/all/reference/components/pickers/choice
Hi Gliders, I’ve been working on a simple task management app and am wondering if it’s possible to add conditional statements to the progress bar. For example: if check box A and B are checked, make progress complete.
The progress bar takes 3 values, sounds like you need to have your A and B as separate rows, then count the number of Trues via a rollup to achieve what you want.