-
Notifications
You must be signed in to change notification settings - Fork 16
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
add reminder text when users selecting property #663
add reminder text when users selecting property #663
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #663 +/- ##
==========================================
+ Coverage 75.47% 75.77% +0.30%
==========================================
Files 60 60
Lines 4404 4327 -77
==========================================
- Hits 3324 3279 -45
+ Misses 1080 1048 -32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
# observer change to update the reminder text | ||
def update_reminder_text(change, reminder_text=reminder_text): | ||
if change["new"]: | ||
reminder_text.value = """(There is a setting panel available for this property on the top.)""" |
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.
What about like "Use the set panel for $property on top"
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.
Thanks for the suggestion. I changed it to
f"""Customize {name} settings in the panel above if needed."""
Do you think it's OK?
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.
LGTM! Nice!
fix #662
Here is a demo:
qeapp-reminder.mp4