diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 10:02:27 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 10:02:27 +0530 |
| commit | 2f99128e354e5c5334094f072767164c8e4fbd2f (patch) | |
| tree | 60d563381a9583b8c6f70728780132aa684bca98 /TODO.norg | |
| parent | e5844314314709dfd2806019aa5d522189129497 (diff) | |
| download | css-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.tar.gz css-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.zip | |
feat: adds clock example
Diffstat (limited to '')
| -rw-r--r-- | TODO.norg | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
