Replies: 4 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
-
Ah, well, that’s the thing then. Because I have to ask “what’s liteloader"? Which probably shows how well I’m connected into the latest hotness. :-)
On Jan 31, 2023, at 11:07 PM, vacla ***@***.***> wrote:
The version that masa showed is at the moment only for liteloader 1.12.2 @kcrca <https://github.com/kcrca>
—
Reply to this email directly, view it on GitHub <#296 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAHBMQZBYM2CE35ZIAYHCADWVIDUJANCNFSM6AAAAAAUNCZSYM>.
You are receiving this because you were mentioned.
Ken
健
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Here is a link where you can find more info about liteloader http://www.liteloader.com/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
However the bigger issue (kind of) would be the two columns of stuff.
Huh, I would think the reverse was true — having to have each option have two modes was bigger. But two column isn't that uncommon. The normal answer is that one scrollbar governs both columns — the window is on a two-column list, not two windows on two one-column lists. (It also takes up less horizontal space, which is a bonus.) (This is why I suggest the other things, the whole list is below.)
The only other question is whether you sort vertically or horizontally. In this case I would think that horizontally is best:
A B
C D
E F
Not
A D
B E
C F
That puts related options visible at the same time.
"recently used" tab for N values
... the main issue is just the "additional mess" it would probably make in code
My first approach would be to look at the widget change listeners. I don’t know if you use mixins, but if you do, you can add one after the return of the widget’s method that invokes the change listener. If not, maybe you create the superclass for the change listeners, your superclass can do stuff after invoking the subclass’s code. A custom addition would need to use your classes, which isn’t a terrible burden. (Many assumptions here may be wrong, I know.)
(On a totally unrelated subject, why are the color swatches to the right of the “Advanced” button? It looks odd that the button goes left and right as you go down the list?)
(TUS #2: “Info Lines” made me think of drawn lines, not lines of text, maybe “Info Text”?)
All narrowing thoughts:
Reduce the length of text for “Overall Rendering (Main Toggle)”, which seems to be the long pole making the label column wide). Plus some other shortenings (e.g., “Enable” isn’t usually needed, and if you could invert any “Disable” setting.)
Checkboxes (also more familiar to users, if less cool)
Narrower shortcuts window — The box on the “Key Bindings” page seems smaller, and that seems like a good standard.
Narrower “advanced” button icon (I have no specific suggestion, but it would be … narrower :-)
Some smaller RESET button, but I don’t have a suggestion
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The UI is pretty spread out, making it hard to see and find things -- more things are outside of the scroll window, for example. I'd like to volunteer to try to make it more compact, for which I have some ideas. But whether my ideas are the specific right ones, or you have some better thoughts, I'm willing to take a swing at it.
For me, the ideas are basically:
I know I could just start on my own fork, but before I start playing around in the system I'd like to make sure I'm going down a path you are likely to want to pull when I'm done.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions