Skip to content
New issue

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

Upgrade stepper to allow horizontal orientation #397

Merged
merged 7 commits into from
Dec 18, 2024

Conversation

jay-deshmukh
Copy link
Contributor

No description provided.

@jay-deshmukh jay-deshmukh changed the title Feat/stepper upgrade Upgrade stepper to allow horizontal orientation Nov 30, 2024
Copy link

netlify bot commented Nov 30, 2024

Deploy Preview for nifty-johnson-6002dd ready!

Name Link
🔨 Latest commit 155f2ff
🔍 Latest deploy log https://app.netlify.com/sites/nifty-johnson-6002dd/deploys/6762912bbcc6200008eb7a6f
😎 Deploy Preview https://deploy-preview-397--nifty-johnson-6002dd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines +7 to +9
isCompleted ? 'completed' : '',
isActive ? 'active' : '',
hasError ? 'error' : ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
isCompleted ? 'completed' : '',
isActive ? 'active' : '',
hasError ? 'error' : ''
isCompleted && 'completed',
isActive && 'active',
hasError && 'error'

Copy link
Contributor

@ifrim ifrim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that this PR contains some linting problems and we should run npm run linters and fix what is reported.

@jay-deshmukh jay-deshmukh merged commit 839107f into master Dec 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants