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

Set table width dynamically to terminal width #566

Merged
merged 6 commits into from
Oct 31, 2023
Merged

Conversation

lauft
Copy link
Member

@lauft lauft commented Oct 29, 2023

Set the width of tables dynamically to the current terminal width.

Before, the width of tables was set to 1024. By removing this restriction and setting the width dynamically the built in content wrapping in cells now also is applied. This makes the truncation of annotations obsolete which is thus removed.

Closes #494,
Closes #205

@lauft lauft changed the title Builders for tables, wrap annotations Set table width dynamically to terminal width Oct 29, 2023
@lauft lauft self-assigned this Oct 29, 2023
@lauft lauft added the enhancement New feature or request label Oct 29, 2023
@lauft lauft added this to the 1.7.0 milestone Oct 29, 2023
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
@lauft lauft merged commit 054af9c into develop Oct 31, 2023
33 checks passed
@lauft lauft deleted the feature/table-builder branch October 31, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand annotations in summary Wrap annotations in summary
1 participant