Conversation
|
(Everything outside "samples" is covered by a separate PR, feel free to ignore those) |
There was a problem hiding this comment.
Code Review
This pull request refactors the A2UI Lit renderer for version 0.9.0, introducing a centralized theming system and migrating components from inline styles to CSS variables. It includes a new v0.9 sample shell and updates to the web_core package to support shared design tokens. Review feedback suggests removing unnecessary placeholder characters in the Divider, adopting declarative style bindings in the Image component, cleaning up unused imports, adding missing type annotations, and consolidating flex-weight logic in the base class to avoid redundancy. Additionally, it was noted that static class names should be used instead of classMap for better performance in the Icon component.
| </section>`; | ||
| } | ||
|
|
||
| async #sendAndProcessMessage(request) { |
There was a problem hiding this comment.
0729efe to
9aec40e
Compare
…, li, blockquote and pre
… functionality, like automagically injecting CSS styles, and handling the weight property
…c catalog instead.
9aec40e to
e8009fa
Compare
Description
This PR builds on top of #1079 and ports the "shell" app to use the v0.9 renderer.
Issues
Pre-launch Checklist
If you need help, consider asking for advice on the discussion board.