feat(layouts): add WIP layout implementations

This commit is contained in:
2024-11-09 04:47:08 +01:00
parent ba01bf00bb
commit 225368280a
7 changed files with 423 additions and 7 deletions

View File

@@ -21,6 +21,14 @@ delay for each frame in each line of the output.
- [ ] Have clickable/navigatable links inside of the tui application
- [ ] Launch simple http server alongside tui application
- [ ] Create other layouts
- [ ] horizontal stack
- [ ] vertical stack
- [ ] `Layout` in `Layout`? -> interfaces are very similar anyway
- [ ] Building Block `Layout`s
- [ ] Framing `Layout`
- [ ] Padding `Layout`
---
## Branch: `own-tty-visuals`