aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-25 10:02:27 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-25 10:02:27 +0530
commit2f99128e354e5c5334094f072767164c8e4fbd2f (patch)
tree60d563381a9583b8c6f70728780132aa684bca98 /TODO.norg
parente5844314314709dfd2806019aa5d522189129497 (diff)
downloadcss-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.tar.gz
css-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.zip
feat: adds clock example
Diffstat (limited to '')
-rw-r--r--TODO.norg11
1 files changed, 6 insertions, 5 deletions
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