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

Dark Mode and Live Reload don't works on Vaadin 21.0.4 #442

Open
mhndeveloper opened this issue Nov 13, 2021 · 0 comments
Open

Dark Mode and Live Reload don't works on Vaadin 21.0.4 #442

mhndeveloper opened this issue Nov 13, 2021 · 0 comments
Labels

Comments

@mhndeveloper
Copy link

mhndeveloper commented Nov 13, 2021

The Dark Mode and Live Reloads don't work after add Layout

Steps to reproduce the behavior:
1 - Go to https://start.vaadin.com/app/?preset=flow
2 - Modify the theme to dark
3 - Download the app and import to your IDE
4 - have sure if live reload (Spring) are properly configured ( https://vaadin.com/docs/v21/guide/live-reload/spring-boot )
5 - Run Application
6 - Note about the dark theme ( should be dark )
7 - Test the live reload ( should be working )
8 - Stop the application
9 - Add the layout library in the pom file
10 - Run application and check Dark Mode and Live Reload (should be working)
11 - Create a Layout (extends AppLayoutRouterLayout<LeftLayouts.LeftResponsive>) and run app
12 - Check if the application properly ran ( tomcat can't starts )

Expected behavior
After add the layout was expected the theme was the same and live reload works

I ran getting the source and compiling locally and use the reference to my local repository, but the dark mode and live reload not works.

I m using Java 11

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

No branches or pull requests

1 participant