aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
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?