-
Notifications
You must be signed in to change notification settings - Fork 37
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
simpler one click edit mode for edit forms #860
Conversation
b2b8031
to
6f65fb3
Compare
Previously you had to click "Edit instance", then those pencil icons would appear. When clicking a pencil to create an override, the input element appears. Now the pencil icons are always visible, clicking them will go into edit-instanc-mode and show the input element. |
Thanks for this change, the interaction is really nice now for editing configurations on resources 👍 Only two smallish comments from QA:
|
This is a local override, hence the placement on the right. I agree this looks off, though. Maybe we can adopt a similar layout as in disk device section: with inherited and custom devices as headings.
This is intended. Any fields with an override will go into edit mode once the user starts editing. I have no idea if or how we could improve this. Both of those are implemented as intended. Maybe @piperdeck has an idea how to improve it? |
I think Mason was talking about this alignment: I think it would look better if we could give it this alignment:
As for that point, I agree that this is implemented as intended, and personally I think it's working well |
On the devices form, for custom devices, the "Mount point", "Read limit" and "Write limit" configs are not editable. When I make a change for anything else on the devices form, then those fields for a custom device becomes editable. Is it possible to have the edit button next to those fields too? |
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.
This is a great change, the code also look cleaner than before on top of the UI improvements! Left some comments for feedback :)
a7fb183
to
ebd1ba1
Compare
…profiles networks, storage pools, storage volumes and projects Signed-off-by: David Edler <[email protected]>
ebd1ba1
to
f99260a
Compare
Code and QA LGTM, thanks for the updates 👍 |
Addressed all the design requests @piperdeck please have another look at this. |
Looks good to me! |
Done
Fixes WD-14393
QA