From 63448210e2f44376259d45fd6d1fe2c5d24f6cac Mon Sep 17 00:00:00 2001 From: dnesov Date: Thu, 19 Jun 2025 15:32:29 +0200 Subject: [PATCH] Update TODO --- TODO.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 4190d80..214faae 100644 --- a/TODO.md +++ b/TODO.md @@ -65,7 +65,12 @@ - Basic widgets (button, label, text input) - Layout + - Containers + - ~~VerticalContainer~~ + - ~~HorizontalContainer~~ + - ~~GridContainer~~ + - FlexContainer + - Positioning (anchors) - Input propagation -- Styling. - Basic input elements (button, text field, toggle). -- Containers (vertical and horizontal). +- Styling.