-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Improved behavior of the "Edit day or night colors?" dialog #107
Conversation
Not sure about this. While the question might not be necessary, it avoids users being confused becuase the user-defined night theme is not the same as the normal one. There is no other indicator, and I didn't want to add yet another usually disabled pref. It would be much better if it was simply possible to hide and show prefs instead of only removing them. |
As you wish; I trust you to do what's best for Openboard and its users. To be honest, I never use night or auto mode. Yesterday I took the time to play with the application settings and was surprised to see that I was offered to edit the day or night theme when I hadn't chosen I didn't think you'd done that on purpose. In short, I had made this PR thinking of other users who might have been surprised like me. So I'll close this PR; I don't mind at all. |
I'm also not sure what is best... |
Here's another approach in this commit ede2985 to avoid user confusion:
What do you think about it ? |
This is a good approach, though it might cause confusion in some other place: You removed the string Do you think the UI would work with the old |
In this case, we can let the title I think, and this is only a personal opinion, that if a user activates the Auto day/night mode setting, he will necessarily want to modify either the personal day theme or the personal night theme (or both obviously). However, if the Auto day/night mode option is disabled, having the title New commit 911c348 created to show you this.
Don't worry; my commit is just a test to show you the changes made so I haven't changed anything other than what is strictly necessary.
I'm sorry but I don't understand the meaning of your question. |
Currently, Edit day or night colors? dialog appears when
User-defined
theme is selected in Theme variant and Theme variant (night) menus. (This is quite normal)However, this window also appears when
User-defined
theme is defined in Theme variant menu but not selected in Theme variant (night) menu.This PR therefore allows this dialog to appear only when
User-defined
theme is selected in both Theme variant menus.To notice this "bad" behavior, you must have the "Auto day/night mode" toggle on.