Objective
Replace kotlinx.html + custom events as Flows extensions with the new xemantic-kotlin-js library.
Context
We are currently using standard kotlinx.html with some extensions. Xemantic just provided a new library:
https://github.com/xemantic/xemantic-kotlin-js
I would like to replace the view code with patterns of UI building shown across examples there. There is another demo as well:
https://github.com/morisil/mermaid-creator-kotlin-js
They are striving for MVVM architecture. The scope of this task is not to implement full MVVM. We can stay with MVP, however the view rendering should replaced with the new paradigm of xemantic-kotlin-js.
Acceptance Criteria
Additional Information
No response
Objective
Replace kotlinx.html + custom events as Flows extensions with the new xemantic-kotlin-js library.
Context
We are currently using standard kotlinx.html with some extensions. Xemantic just provided a new library:
https://github.com/xemantic/xemantic-kotlin-js
I would like to replace the view code with patterns of UI building shown across examples there. There is another demo as well:
https://github.com/morisil/mermaid-creator-kotlin-js
They are striving for MVVM architecture. The scope of this task is not to implement full MVVM. We can stay with MVP, however the view rendering should replaced with the new paradigm of xemantic-kotlin-js.
Acceptance Criteria
Additional Information
No response