-
Notifications
You must be signed in to change notification settings - Fork 185
feat!: No default theme loaded #21730
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
Conversation
253f050
to
bab7b7b
Compare
Test Results1 235 files ± 0 1 235 suites ±0 1h 12m 21s ⏱️ -59s Results for commit 92f2aac. ± Comparison against base commit dfd9d25. This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
88103e9
to
0d6447f
Compare
f76a896
to
a26f45f
Compare
Do not load Lumo as the default theme if not defined. Fixes #21606
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and it behaves like applying the @NoTheme
annotation.
Some minor changes requested
flow-server/src/main/java/com/vaadin/flow/server/frontend/scanner/FullDependenciesScanner.java
Outdated
Show resolved
Hide resolved
flow-server/src/test/java/com/vaadin/flow/server/frontend/scanner/ScannerThemeTest.java
Outdated
Show resolved
Hide resolved
fix test names
|
Let's wait until all components are ported to CSS files, there are 4 PRs currently on review. |
The PR for switching to Lumo CSS has been merged and the new Flow components snapshot is available. |
Do not load Lumo as the
default theme if not defined.
Fixes #21606