-
Notifications
You must be signed in to change notification settings - Fork 17
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
Prepare for the blivet-gui / cockpit-storage migration #146
Prepare for the blivet-gui / cockpit-storage migration #146
Conversation
11a1e1a
to
1e31290
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR failed for me locally with #147 (described also in #72 (comment))
I guess we either need to make mountPointConstraints static (global) again (until we need them more dynamic) as in rvykydal@f8dc002 or to check them for no real change or update somehow the checks in https://github.com/KKoukiou/anaconda-webui/blob/1e312908b8a76a41654e8c109b3483965a00f7dd/src/components/storage/MountPointMapping.jsx#L506. |
In preparation for an upcoming commit introducing a new 'page' for editing storage, this change refines the logic for the initial step when opening the wizard. The goal is to enable users to seamlessly return to their last visited step within the wizard, when briefly stepping out of the flow. This commit achieves the desired behavior by always selecting the last visited step if the wizard is not opening for the first time.
1e31290
to
fc1fd21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
No description provided.