hi
What's your email?
What lepton package version are you using right now?
Your code is no problem. but I think TopMenu not working in your project. so you can try to override the SideMenu to test it again.
@using Volo.Abp.DependencyInjection
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation
@inherits MobileNavbar
@attribute [ExposeServices(typeof(MobileNavbar))]
@attribute [Dependency(ReplaceServices = true)]
<strong>TestXXX</strong>
And have you configured the LeptonXThemeBlazorOptions?
Configure<LeptonXThemeBlazorOptions>(options =>
{
options.Layout = LeptonXBlazorLayouts.SideMenu or TopMenu;
});
hi
You can try to override the SideMenu to test it again.
hi
Can you share more steps? Which project and what page have you added your code to?
Are you using Lepton theme or LeptonX theme?
hi
Can you share some code to reproduce this, or can you reproduce this in the new 8.1.1 template project?
hi
There are two components with the same name, Please confirm yours.
SideMenu and TopMenu
Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation
public partial class MobileNavbar
Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.TopMenu.Navigation
public partial class MobileNavbar
hi
You can consider overriding the default component and adding a timer to call the API every 5 seconds.
I think no need for the Signlar.
hi
I need to customize the roles tab and modify the way data is saved. To accomplish this, I found that I need access to the Identity module source code.
You can override the module pages without add its source code.
See https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
Alternatively, is it possible to purchase just the specific module needed instead of upgrading the entire license tier?
There is no such option.