-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Separating Weather and Greeting sections #232
Comments
Are you referring to independent sections in the settings menu ? Or also able to move around on the page ? The latter is not possible unfortunately, it is a compromise that we had to make when we made the sections toggleable. The goal was to keep the layout "as is" so that users don't suddently get a different layout when updating to 1.16. It is not impossible, but it would be too much work and spaghetti code to move |
I am referring to both, as logically the user will likely not correlate one with the other. Although your English is clear and very understandable regarding the compromise that you had to make for existing users to update to v1.16, I'm trying to imagine why that is still the case. For example, let's say v1.18 has the ability to move Another way to approach it: What if you created a new section and allowed the user to include a greeting in it? Would the current code preclude that? I'm probably just not aware of an implementation detail that is restricting what seems relatively simple. Either that, or your brain accidentally got stuck thinking something needs to be true when it doesn't really need to be true anymore (happens to all of us, especially when we get focused on a project!). |
We could separate the two the quick and easy way which would look like this: Obviously this is not ideal, we want It works, but there are multiple problems:
All of these issues can be resolved, and again, it is technically possible to do all of this. But the only way I see it is by "hacking" and adding exceptions... Someone very clever might find an easy and/or elegant way to fix those problems, but I'm just a guy and to me it looks like a lot 😅 I should mention that I agree that separating |
I probably should not have closed this issue, as everything discussed here is still relevant ! |
I'm sifting through my GitHub notifications (so many of them!), and just want to make a quick note that I'm still interested in having this implemented. I also want to link it to #395 as they are related. |
Is your feature request related to a problem? Please describe.
I may have found a bug that would likely be resolved if the
Weather
andGreetings
sections were separated into 2 separately toggleable sections.I've often thought Bonjourr could be improved if each of those sections could be toggled and positioned independently. Right now, the UI is a little unclear, but
Greetings
are actually a subsection of a largerWeather and Greetings
section.If you agree that the
Weather
andGreetings
sections can be independent sections, then I won't have to spend any time trying to identify that possible bug. ;) Plus, Bonjourr will benefit from an improved design and increased flexibility. :)Describe the solution you'd like
Separate
Weather
andGreetings
sections that can be independently toggled and positioned.Describe alternatives you've considered
Returning to using an abacus.
The text was updated successfully, but these errors were encountered: