Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI: Support for Vaadin 15 example #331

Open
markhm opened this issue May 9, 2020 · 2 comments
Open

FYI: Support for Vaadin 15 example #331

markhm opened this issue May 9, 2020 · 2 comments

Comments

@markhm
Copy link

markhm commented May 9, 2020

I've just been playing with app-layout-addon/ and made it work - for my use case - under v15, see my fork and my changes in the last commit.

In particular, note that in AppLayoutRouterLayoutBase, I had add @CssImport(..) at the beginning of the class, because the following line does not work:

attachEvent.getUI().getPage().addStyleSheet("./com/github/appreciated/app-layout/app-layout-styles-lumo.css");

This workaround deactivated support for Material theme.

Hope this helps.

@Skyleiger
Copy link

With your solution my theme is a little bit stucky. I have no shadows around the login overlay and the menu text color is black and not blue like before. Do you have the same issue?

@markhm
Copy link
Author

markhm commented May 27, 2020

Hi @Skyleiger. Yes, unfortunately, I have the same. More work is needed for the full upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants