diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-17 21:39:07 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-17 21:39:07 +0530 |
| commit | b749eb0ee945ca1cf9c9aa0ad16cb4dd6873de04 (patch) | |
| tree | 91813ffe60a2a293a2398ea874bc6ac2b4d35445 /TODO.norg | |
| parent | 6b34847b9d461ae0f595ca3a8f0bcbd1ab6030ab (diff) | |
| download | css-everything-b749eb0ee945ca1cf9c9aa0ad16cb4dd6873de04.tar.gz css-everything-b749eb0ee945ca1cf9c9aa0ad16cb4dd6873de04.zip | |
feat: fixes styles for element + uses data-element for todo-list example
Diffstat (limited to '')
| -rw-r--r-- | TODO.norg | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -1,4 +1,4 @@ -* Tasks +* Now - (x) Hydrate existing elements instead of re-creating - (x) `load-cssx` functions - (x) `get-variable` @@ -18,15 +18,27 @@ - (x) More complex selector support for cssx-children - (x) `add-element` & `remove-element` - (x) conditionals + - (x) on update - ( ) children of instance must also be instantiated - - ( ) figure out how to manage element on change of css variables - - ( ) access an instance of component + - ( ) 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 - ( ) keyboard events - ( ) Code cleanup + +* Later + - ( ) `add-class` & `remove-class` should use self if id is not specified? - ( ) Evaluate `calc` + - ( ) access an instance of component - ( ) Additional events - ( ) Improve error messages - - ( ) `add-class` & `remove-class` should use self if id is not specified? + +* Maybe - ( ) `list` & `tuple` data structures? + - ( ) server-side css? Why the fuck not!? + |
