diff --git a/Roadmap.md b/Roadmap.md index cf60795..04a19f4 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -3,12 +3,15 @@ The following list contains goals for certain features the library supports or is planned on supporting. - [ ] Container rendering - - [x] Layout + - [ ] Layout - [x] direction - [x] vertical - [x] horizontal - [x] padding - [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] sides - [x] corners @@ -32,7 +35,6 @@ The following list contains goals for certain features the library supports or i - [x] User input - [x] single 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**) - [ ] Inline rendering (**later**) - [ ] Examples