From 1f147a779114a641b4abe5e47ac0b05433ec02fb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 13 Aug 2023 14:50:26 +0530 Subject: feat: finalizes component system. it fucking works holy shit. --- TODO.norg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'TODO.norg') diff --git a/TODO.norg b/TODO.norg index c055580..cd74df4 100644 --- a/TODO.norg +++ b/TODO.norg @@ -11,6 +11,15 @@ - (x) `attr` function - (x) `set-attr` should allow specifying id? - (x) `set-attr` + remove attribute? + - (x) `pair` parsing + - (x) `selector` parsing + - (x) `map` data structure + - (x) component system (with variables. `instance(button#my-btn)`) + - ( ) instance access + - ( ) More complex selector support for cssx-children + - ( ) `add-element` & `remove-element` + - ( ) string concatenation + - ( ) `request` error handling - ( ) keyboard events - ( ) Evaluate `calc` - ( ) Additional events -- cgit v1.3.1