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

Refactor Block View/Widget to Border View/Widget #14

Merged
merged 1 commit into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. Refactor Block View/Widget to Border View/Widget

    Closes #4
    
    As described in the issue, it's likely more flexible and cleaner
    to let the user have more control via smaller widgets
    This cleans up the somewhat convoluted codebase of the Block widget
    (Such as `BorderStyles`). And adds more control over rendering the border.
    By having more `Borders` (such as `TOP_CORNERS` or `TOP_LEFT_CORNER` etc.).
    Combining different borders can just be done by using multiple `.border()`
    invocations.
    Philipp-M committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    50eb8d1 View commit details
    Browse the repository at this point in the history