-
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
Enabled vs clickable #61
base: trunk
Are you sure you want to change the base?
Conversation
@@ -1,6 +1,14 @@ | |||
Release History | |||
=============== | |||
|
|||
4.0.5 (2025-01-22) |
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 took a stab at version. I figured you'll add more to the release notes anyway.
mismatch_description.append_text("was not clickable (not enabled)") | ||
return | ||
|
||
mismatch_description.append_text("was not clickable") |
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.
Not exactly sure what we want to do here. This logic felt the most accurate since there are really two different conditions that make up 'clickable'. I'm open to suggestions for text.
I realized we also need a |
Adding resolution
IsEnabled
and updatedIsClickable
as a result.