Activities of "safi"

Hi,

You can try it first, I think it should be easy to do.

Getting this error

In host, we don't have lepton them and in blazor we have so how can I add lepton in the host project so it will resolve this. above command needs to run in command prompt

In your case, should be in the host project folder.

BTW, I remember that the lepton theme should be pre-installed when you use the ABP suite to create a new project.

how can I show lepton theme in host project

When you have done all things, it should be working.

Can we just connect for 5 mins on zoom?

In host, we don't have lepton them and in blazor we have so how can I add lepton in the host project so it will resolve this. above command needs to run in command prompt

In your case, should be in the host project folder.

BTW, I remember that the lepton theme should be pre-installed when you use the ABP suite to create a new project.

how can I show lepton theme in host project

When you have done all things, it should be working.

This is my host project packages

Package.json

@volo/abp.aspnetcore.mvc.ui.theme.lepton

It's already added in package.json

how can I show lepton theme in host project

Hi,

Sorry, I didn't get it, I think since you have the source code, you can do anything you want. of course, you can also change the redirect code.

return Redirect("the URL you want to redirect ");

I customized the code to show registration on the login screen but don't have the full code in the project. I have only below code

  1. abp add-package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton
  2. Add "@volo/abp.aspnetcore.mvc.ui.theme.lepton": "your version" to package.json
  3. Run abp install-libs

above command needs to run in command prompt?

Yes, you can change the layout name.

@{   
    Layout = ...your layout name  
}   

In host, we don't have lepton them and in blazor we have so how can I add lepton in the host project so it will resolve this.

Is there anyone to check this and provide solution

Yes, you can change the layout name.

@{  
    Layout = ...your layout name 
}  

In host, we don't have lepton them and in blazor we have so how can I add lepton in the host project so it will resolve this.

asp-page="/account/register?returnUrl=@Model.ReturnUrl"

no it's not working.

Yes, you can change the layout name.

@{  
    Layout = ...your layout name 
}  

I don't have any customized layout but the problem is this screen comes from blazor and the other screen comes from the host.

Showing 131 to 140 of 347 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11