Skip to content

feat: add css strategy to webui-cli#52

Merged
mohamedmansour merged 1 commit into
mainfrom
feature/css-options
Feb 24, 2026
Merged

feat: add css strategy to webui-cli#52
mohamedmansour merged 1 commit into
mainfrom
feature/css-options

Conversation

@mohamedmansour

Copy link
Copy Markdown
Contributor

Forgot to add this file that allows us to change stragegy in webui-cli

@mohamedmansour mohamedmansour requested a review from a team February 24, 2026 22:07
let app_dir = create_app_dir(&[
("index.html", "<my-card>Hello</my-card>"),
("my-card.html", "<div><slot></slot></div>"),
("my-card.css", ".card { color: red; }"),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note, we still need to change the client side bindings to be something other than single curly brace because inclusion of CSS like this will break it.

@mohamedmansour mohamedmansour merged commit 6f19b86 into main Feb 24, 2026
5 checks passed
@mohamedmansour mohamedmansour deleted the feature/css-options branch February 24, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants