We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get steps() { const steps = []; const gradient = colorGradient('#3D68FF', '#8845FF', this.maxStepsNumber); for (let i = 0; i < this.maxStepsNumber; i++) { steps.push({ stepnum: i + 1, status: i <= this.currentStepIndex ? 'active' : '', background: htmlSafe(`background: ${gradient[i]};`), }); } return steps; }
https://github.com/1024pix/pix/blob/1352bd8d7f6070f1ff8da79867f543c1c1926e59/mon-pix/app/components/progress-bar.js#L29-L43
The text was updated successfully, but these errors were encountered:
chore(linter): change getter-return to nursery
cd4bd6e
relates #3935
getter-return
088733b
rzvxa
Successfully merging a pull request may close this issue.
https://github.com/1024pix/pix/blob/1352bd8d7f6070f1ff8da79867f543c1c1926e59/mon-pix/app/components/progress-bar.js#L29-L43
The text was updated successfully, but these errors were encountered: