Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Improve change log
Erik Kundt committed 1 year ago
commit 24da1d01c43b07b09bd271c9e04c4638d27faa64
parent b774c3e7aea9e2029161743539ed544d00d66c8b
1 file changed +3 -2
modified CHANGELOG.md
@@ -9,9 +9,10 @@
- Widgets can be mutated in their render function
- Scrollable widgets calculate their state by using a stored render height
- Per-column visibility for tables depending on their render width
-
- Vertically split container
- Predefined layouts for section groups
-
- `TextView`: Scrollable text viewer widget
+
- New widgets:
+
- `SplitContainer`: Vertically split container
+
- `TextView`: Scrollable text view widget
- `TextArea`: Non-editable text area widget

### Changed