You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toggle device toolbar (Ctrl + Shift + M)
Wizard is always vertical - we want to make it change to horizontal on large screens.
You can see example in eoi-business.component.html
For smallScreen it uses mat-vertical-stepper
And for bigScreen it uses mat-horizontal-stepper
Implement mat-horizontal-stepper for bigScreen in ProjectWizardComponent
The text was updated successfully, but these errors were encountered:
"As a user I want project wizard to be responsive to my screen size so I get best user experience working with it"
Steps to get to the wizard:
Wizard is always vertical - we want to make it change to horizontal on large screens.
You can see example in eoi-business.component.html
For smallScreen it uses mat-vertical-stepper
And for bigScreen it uses mat-horizontal-stepper
Implement mat-horizontal-stepper for bigScreen in ProjectWizardComponent
The text was updated successfully, but these errors were encountered: