Activities of "liangshiwei"

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>

okay, i will check it

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,

Change the EF Core log level to debug and share the logs, thanks.

Hi,

I think that's enough, you can give it a try

Showing 71 to 80 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 08, 2025, 09:55