-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Notify on mention #4538
Notify on mention #4538
Conversation
- disable dependendant settings - switch order All profiles => Current profile - mark "disabled" switches with opacity: 0.4
009daf1
to
ec212d3
Compare
This closes #4461, right? |
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 tested (almost?) all the cases to see if they comply with the flowchart, and it seems they do.
I'm still not super happy with how many backend calls this introduced, so I hope we'll have all this stuff handled in core in the future. And this setting is disabled by default anyway.
The settings reorder makes sense to me. An input should not affect whether the inputs above it are disabled.
The "disabled" style change also seems good.
Please take a look at the last code suggestion, and let's merge!
Co-authored-by: WofWca <[email protected]>
Depends on #4589