🆕 New progress bars

We updated the progress bar component and added two new styles!

16 Likes

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!

3 Likes

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!
Laurentaoût-11-2020 15-01-33

1 Like

Cool Gadgets :wink:

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.

1 Like

A bit off-topic here, but how is this tabbed nav bar accomplished in Glide?
Screen Shot 2020-08-12 at 8.30.08 PM

It’s a choice component in the horizontal layout.

https://docs.glideapps.com/all/reference/components/pickers/choice

1 Like

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.

1 Like