google / vulncode-db

Vulncode-DB project

Home Page:https://www.vulncode-db.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace the irritating continuous progress bar with a discrete steps timeline

evonide opened this issue · comments

The progress bar which is visible when you view your proposals is irritating as it shows values like 12.5%, 25%, 50% etc..

We should replace this with something like a checkout process which has clear discrete steps.
I'm thinking of something like a timeline with circles that highlights how far the progress is.

Something like steppers in vuetify or angular material could work.

But we're probably too constrained by the size of the column. Using a full width row above the two cards should be better in this case.

I've used a simple Bootstrap stepper to resolve this :).
Fixed with 1ae8e48.