mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Complete TODO example
This commit is contained in:
parent
c19086ef32
commit
bc113df11d
2 changed files with 100 additions and 22 deletions
|
|
@ -37,7 +37,6 @@ sealed trait Dyn[T]:
|
|||
private[scalive] def callOnEveryChild(f: T => Unit): Unit
|
||||
|
||||
extension [T](parent: Dyn[List[T]])
|
||||
// TODO fix
|
||||
def splitBy[Key](key: T => Key)(project: (Key, Dyn[T]) => HtmlElement): Mod =
|
||||
Mod.Content.DynSplit(
|
||||
new SplitVar(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue