From 2f99128e354e5c5334094f072767164c8e4fbd2f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 10:02:27 +0530 Subject: feat: adds clock example --- TODO.norg | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'TODO.norg') diff --git a/TODO.norg b/TODO.norg index 59fadbf..5963d35 100644 --- a/TODO.norg +++ b/TODO.norg @@ -3,15 +3,14 @@ - (x) string concatenation/interpolation - (x) some way to de-quotify values? - (x) re-quotify value - - ( ) analog + digital clock example - - ( ) `--cssx-use-properties: --parent-prop;` to trigger nested property update - - ( ) Update `--cssx-text` on update - - ( ) FFI interface to declare functions + - (x) analog + digital clock example - ( ) `has-class` - ( ) `add-class` & `remove-class` should use self if id is not specified? + - ( ) Update `--cssx-text` on update + - ( ) fix invalid expr in functions error * Later - - ( ) Evaluate `calc` + - ( ) FFI interface to declare functions - ( ) `request` error handling - ( ) keyboard events - ( ) Code cleanup @@ -21,6 +20,8 @@ - ( ) filter for on update on specific properties * Maybe + - ( ) `--cssx-use-properties: --parent-prop;` to trigger nested property update + - ( ) Evaluate `calc` - ( ) *server-side css*? Why the fuck not!? * Done -- cgit v1.3.1