-
Notifications
You must be signed in to change notification settings - Fork 1.8k
style: improve and unify the user interface #1092
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
base: dev
Are you sure you want to change the base?
Conversation
|
It does indeed look much better. However, this would affect the consistency across all menus in the script, and the overall workload required to modify everything would be quite substantial. Moreover, it is not strictly necessary, so we would prefer to allocate our time and effort to more important priorities. |
Yes, this is just the beginning. For now, I want to improve the parts shown in the diagram. If there are no major issues after testing for a while, I will gradually replace other existing styles with the new ones. You can continue fixing bugs, and I'll help out sometimes :), while I'll handle the style replacement work; these aren't mutually exclusive. |
|
@sofia-riese In fact, if time allows, I would be more inclined to prioritize adding multilingual support to the script. In my view, this would be considerably more important than visual improvements, even though it would take a substantial amount of time to implement. |
Yes, multilingual support is equally important. “If you chase two rabbits, you'll catch neither.” |
|
Alright, I respect your perspective. However, I won’t merge this into version 1.9.4. I plan to include it when development for version 1.9.5 begins. In the meantime, you can continue refining and improving it during this period. |
Can this PR be merged into version 1.9.4 as a technical preview for testing? I want to conduct extensive testing and gather feedback to ensure these style changes achieve the intended display effects across various devices. If these style changes pass testing, I will then migrate the existing styles accordingly. Subsequent modifications can be merged into version 1.9.5. |
|
I apologize, but version 1.9.4 has already entered the beta stage, which means we are now primarily focusing on bug fixes rather than adding new features or changes. However, no need to worry—the 1.9.5 alpha will be starting soon! |
Okay |
Forgot to mention: the code in the following section of this PR: ============================= needs to be separated out and placed in an appropriate location within the project for unified management and easy access across all menu files. |
Improve and unified user interface, enhanced readability, and easy migration from older versions.