Hello, you can use this key eThemeLeptonXComponents.MobileNavbarSettings to manage the mobile navbar settings.
May I also ask how you have added the FAQ component that would result in a scroll problem?
Hello, thank you for bringing this to our attention. This issue will be resolved in the next release, and I’ll be processing a refund for your ticket as well.
Hello again, have you had a chance to try upgrading? If so, did it address your requirements and resolve the issue?
We understand the issue you mentioned requires configuration on our end, and we are currently working on it. If proceeding with the service replacement does not align with your needs, please let us know.
If it aligns with your approach, you can temporarily replace the LocalStorageListenerService with your own service to manage this part.
//app.module.ts
@NgModule({
...
providers: [
{
provide: LocalStorageListenerService,
useValue: MyLocalStorageListenerService,
},
...
],
...
})
export class AppModule {}
//my-local-storage-listener.service.ts
@Injectable({
providedIn: 'root',
})
export class MyLocalStorageListenerService {}
Hello, you can upgrade your packages to the latest version on the angular side. In the meantime, you should be able to continue using .net8. If you encounter any problem, I can assist you further.
This fix covers the old cli for the time being. You can use this command to install/update the old cli abp install-old-cli --version 9.0.4 . Then you should be able to use the command as abp-old or with --old flag.
Hi, I apologize for the confusion regarding Angular ui. I’ve removed my answer, and my teammate will assist you with this moving forward.
We have also checked the list that you have provided, the problems should have been solved by now. If you face any other issue, I can assist you further.
Hello, may I ask whether your issue is still active?