Skip to content
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

Rework the config to allow button column specification #98

Open
ZLLentz opened this issue Jan 26, 2022 · 2 comments
Open

Rework the config to allow button column specification #98

ZLLentz opened this issue Jan 26, 2022 · 2 comments

Comments

@ZLLentz
Copy link
Member

ZLLentz commented Jan 26, 2022

The buttons above and below each other in the column are often cognitively linked. This is because you see multiple buttons in a column at the same time at a glance, since the buttons are wider than they are tall (due to normal horizontal text). Unfortunately, these are actually separated by several many lines in the config file, due to the way we currently fill the columns (left to right, top to bottom, in order). So if there are a subset of buttons in a tab that are meant to be related to each other, it is confusing to arrange them in a coherent way.

The current schema is "here's a number of columns, here's my buttons, please lay them out for me"
I'd like to change it to "here's the contents of column 1, here's the contents of column 2, ..."

@klauer
Copy link
Contributor

klauer commented Jan 26, 2022

I think this makes a lot of sense and would be appreciated by users as well.

@ZLLentz
Copy link
Member Author

ZLLentz commented Sep 14, 2023

Another option here might be: put this button at "column x, row y"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants