Do you know what timeline/how much time it will take to fix this? Let me know if more information is needed.
The patch version is expected to be released next week.
For #1 I'm refering to demo\LeptonXDemoApp.MauiBlazor\wwwroot\css\app.css, which has ":root .lpx-theme-dim, :root .lpx-theme-dark" and ":root .lpx-theme-light" (the 4 URLs)
Because it is a local file, you can directly modify it, which is the simplest method.
Hi,
Could you share a test project with me? I will check it. thanks.
shiwei.liang@volosoft.com
Hi,
Yes, you are right, we will improve it.
The right way is to use Url.Content
to calculate the path.
<style>
var logobgUrl = Url.Content($"~/LeptonX/images/login-pages/login-bg-img-{selectedStyle}.svg");
.lpx-login-bg {
background-image: url('@logobgUrl') !important;
}
// ...
</style>
This is a new feature for setting up LeptonX layouts. but it's not finished.
This log level is not debug
, I don't see any debug level information in the log
Could you try setting it to debug?
See https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
BWT, If possible, please also share a reproducible example project so I can investigate it in detail. thanks.
The log level is not debug
and could you share the full logs? thanks.
My email is shiwei.liang@volosoft.com
Hi,
I think that's enough, you can give it a try