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

Conversation

Philipp-M
Copy link
Owner

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.

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 Philipp-M merged commit 7a6e183 into main Feb 9, 2024
7 checks passed
@Philipp-M Philipp-M deleted the refactor-block-to-border branch February 9, 2024 13:15
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

Successfully merging this pull request may close these issues.

Refactor Block view into simpler Border view/widget
1 participant