From 1a8f4a36f708a8cdf73cee5fed40cade70e624e6 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Mon, 24 Feb 2025 22:58:11 +0100 Subject: [PATCH] add(roadmap): feature for max size configuration for `Container`s --- Roadmap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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