Files
TUIkit/Sources
phranck 7f3d6f67ba Refactor: eliminate BorderedView, consolidate into ContainerView
Remove BorderedView entirely — .border() now creates a ContainerView
without title or footer. This ensures consistent 1-char inner padding
across all bordered containers (Box, Card, Panel, Alert, Dialog).

- Delete BorderModifier.swift (BorderedView)
- Update .border() to create ContainerView with padding
- Add empty-content guard to ContainerView
- Fix StatusBar bordered padding (1-char inset)
- Update Box docs to reflect new padding behavior
- Update Renderable.swift docs
- Migrate BorderedView tests to .border() API (527 tests passing)
2026-02-05 22:23:23 +01:00
..