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

Assign paradigm column width dynamically and wisely #72

Open
aarppe opened this issue Jun 28, 2023 · 1 comment
Open

Assign paradigm column width dynamically and wisely #72

aarppe opened this issue Jun 28, 2023 · 1 comment

Comments

@aarppe
Copy link

aarppe commented Jun 28, 2023

The production version assigns column width dynamically and proportionally to screen width.

itw_paradigm_resizing_prod.mov

The refactored version assigns all too much relative space to the row labels, and does not dynamic change this when the screen width is changed.

itw_paradigm_resizing_refact.mov
@aarppe
Copy link
Author

aarppe commented Aug 4, 2023

Here's screenshot of a paradigm for a long word, with the screen stretched to its broadest width:

image

I'd think that there's still too much white-space to the left of the row-labels.

This is the same paradigm, with the narrowest width:

image

I'd think the same here, that there is too much white-space to the left of the row-labels. And it appears that it is due to some form of indenting of the row-labels, treated as "subservient" to the header, which identation could be lesser (if existing at all).

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

No branches or pull requests

1 participant