Skip to content

Make table row counts dynamic based on terminal height #59

@yfarjoun

Description

@yfarjoun

Currently the TUI tables use hardcoded max_visible row limits (10 for running/pending, 8 for completions/stats) regardless of available terminal space. On tall terminals this wastes vertical space; on short terminals it may still be too many rows.

The row counts should adapt to the actual terminal height so tables fill the available space.

Relevant code: snakesee/tui/monitor.py — search for max_visible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions