add(roadmap): feature for max size configuration for Containers

2025-02-24 22:58:11 +01:00
parent 4cd6cf1d9b
commit 1a8f4a36f7

@@ -3,12 +3,15 @@
The following list contains goals for certain features the library supports or is planned on supporting. The following list contains goals for certain features the library supports or is planned on supporting.
- [ ] Container rendering - [ ] Container rendering
- [x] Layout - [ ] Layout
- [x] direction - [x] direction
- [x] vertical - [x] vertical
- [x] horizontal - [x] horizontal
- [x] padding - [x] padding
- [x] gap - [x] gap
- [ ] sizing
- [ ] max size
- [x] min size (provide size to use which would be a minimal size - as if the actual size is smaller then the `Container` will scroll and otherwise the contents expand to the available space instead?)
- [x] Border - [x] Border
- [x] sides - [x] sides
- [x] corners - [x] corners
@@ -32,7 +35,6 @@ The following list contains goals for certain features the library supports or i
- [x] User input - [x] User input
- [x] single line - [x] single line
- [x] multi line - [x] multi line
- [x] min size (provide size to use which would be a minimal size - as if the actual size is smaller then the `Container` will scroll and otherwise the contents expand to the available space instead?)
- [ ] image support through kitty protocol (**later**) - [ ] image support through kitty protocol (**later**)
- [ ] Inline rendering (**later**) - [ ] Inline rendering (**later**)
- [ ] Examples - [ ] Examples