diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-18 09:40:18 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-18 09:40:18 +0530 |
| commit | c8cdbd8d6669b1eb1a5d2389893c2460bef73d76 (patch) | |
| tree | d2b7d380b3c513bc9d4a8e9b155dac73588ae2d8 /TODO.norg | |
| parent | b749eb0ee945ca1cf9c9aa0ad16cb4dd6873de04 (diff) | |
| download | css-everything-c8cdbd8d6669b1eb1a5d2389893c2460bef73d76.tar.gz css-everything-c8cdbd8d6669b1eb1a5d2389893c2460bef73d76.zip | |
feat: adds instance element access + gets the todo example functional
Diffstat (limited to 'TODO.norg')
| -rw-r--r-- | TODO.norg | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -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? |
