aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-18 09:40:18 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-18 09:40:18 +0530
commitc8cdbd8d6669b1eb1a5d2389893c2460bef73d76 (patch)
treed2b7d380b3c513bc9d4a8e9b155dac73588ae2d8 /TODO.norg
parentb749eb0ee945ca1cf9c9aa0ad16cb4dd6873de04 (diff)
downloadcss-everything-c8cdbd8d6669b1eb1a5d2389893c2460bef73d76.tar.gz
css-everything-c8cdbd8d6669b1eb1a5d2389893c2460bef73d76.zip
feat: adds instance element access + gets the todo example functional
Diffstat (limited to '')
-rw-r--r--TODO.norg17
1 files changed, 8 insertions, 9 deletions
diff --git a/TODO.norg b/TODO.norg
index 59a664f..3c428d9 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -19,17 +19,14 @@
- (x) `add-element` & `remove-element`
- (x) conditionals
- (x) on update
- - ( ) children of instance must also be instantiated
- - ( ) access child from an instance (update checkbox)
- - ( ) access instance from child (delete task)
- - ( ) filter for on update on specific properties
- - ( ) eval
- - ( ) update property on child on update of parent
- - ( ) functions/lazy properties?
- - ( ) string concatenation
- - ( ) `request` error handling
+ - (x) access child from an instance (update checkbox)
+ - (x) access instance from child (delete task)
+ - ( ) Update --cssx-text on update
- ( ) keyboard events
+ - ( ) string concatenation
+ - ( ) eval
- ( ) Code cleanup
+ - ( ) `request` error handling
* Later
- ( ) `add-class` & `remove-class` should use self if id is not specified?
@@ -37,6 +34,8 @@
- ( ) access an instance of component
- ( ) Additional events
- ( ) Improve error messages
+ - ( ) filter for on update on specific properties
+ - ( ) update property on child on update of parent
* Maybe
- ( ) `list` & `tuple` data structures?