-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Reposition change button, add dialog on change #2774
Conversation
Removed vultr server and associated DNS entries |
ae2dc6a
to
36f2b60
Compare
36f2b60
to
0486c1f
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.
Works for me!
cancelText="No" | ||
> | ||
<Typography> | ||
If you change this answer, you’ll need confirm all the other answers |
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.
typo: ...you'll need _to_ confirm...
also personal preference: i'd keep it very short & simple & delete the second "because" sentence !
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.
Copy/pasted content from Trello - didn't check for typos 🤦
Agreed that for me the shorter version is clearer / more meaningful. As this is content from Nomensa I'll pass it forward as is (with typo fixed!) but raise this at PO testing 👍
<Button onClick={onCancel}>{cancelText}</Button> | ||
<Button onClick={onConfirm}>{confirmText}</Button> | ||
</DialogActions> | ||
</Dialog> |
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.
Nice to see the proper MUI component here! Would be great to replace the native window alert on "restart application" with this component 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.
I have this planned as a follow up! Should have made a comment in the description 😄
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.
PR here - #2777
What does this PR do?
Screen.Recording.2024-02-09.at.17.09.43.mov