Activities of "Anjali_Musmade"

I apologise for your inconvenience; I will check and get back to you.

You can install that customized module in your application with the help of CLI.

npm install < YourModuleName >

Note - You can install it desired project by opening its command prompt form file explorer.

Hello,

You may refer this https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Guide#module-entity-extension-system

thanks

Hello ,

Please check if it helps you https://docs.abp.io/en/commercial/latest/abp-suite/create-module-solution#adding-your-new-abp-module-to-your-main-solution

Thank you.

Hello ,

To enable offline functionality, it's essential to utilize an SQLite database to store data. When the application is online, this data should be synced with the SQLite database. In instances where the network isn't available, operations should rely on the data stored in SQLite. Additionally, an event should be implemented to trigger data updates whenever the network connection is established.

We will try to provide ready solution for this but currently there is no plan for this.

Thank you.

Hello,

Could you please try to customize it in Themes/LeptonX/Components/SideMenu/MainMenu/Default.cshtml file as per your requirement. You may refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#main-menu

thanks,

Hello,

Thanks for reporting the issue, we will fix it. for time being you can add below code in global-style.css file under AuthServer

div.lpx-login-bg{
    position:unset !important;
}

div.container-fluid.overflow-hidden.p-0{
    overflow-y: scroll !important;
    overflow-x:hidden !important;
}

thanks

Answer

Hello,

then try with favicon.svg file once.

also check this similar issue https://support.abp.io/QA/Questions/5805/Favicon or check in incognito tab.

thanks

Answer

Hello,

Try to add favicon icon under AuthServer\wwwroot\images\favicon project.

Thanks

Hi,

Please add that favicon icon under Host/wwwroot project; please make sure use .svg file. and check in Incognito tab.

Thanks.

Showing 361 to 370 of 1094 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 25, 2024, 05:13