Open Closed

Lepton X upgarde #6218


User avatar
0
viswajwalith created

ABP Framework version: v7.1.3 UI Type: MVC Database System: SQL Server / MongoDB Tiered (for MVC) or Auth Server Separated (for Angular): yes Exception message and full stack trace: Steps to reproduce the issue:

We are in the process of upgrading to ABP 7.1.3, after upgrading to LeptonX we observed that some of the featurs avaiable in LeponX demo site is not there as part of ABP 7,

for example

  1. Grid like : https://x.leptontheme.com/side-menu/custom-pages/subscriptions-list

  2. Add favourite

  3. Theme colors customization

We understand demo site is having some cusomizations, but do we have full source code for Demo site of LeptonX so that we can follow the same to implement above kind of featurs.


3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    You can get the source code of LeptonX by using the below command, and you can customize it as per your requirements.

    abp get-source Volo.LeptonTheme --version 7.3.1
    

    Thanks, Anjali

  • User Avatar
    0
    viswajwalith created

    Hello,

    You can get the source code of LeptonX by using the below command, and you can customize it as per your requirements.

    abp get-source Volo.LeptonTheme --version 7.3.1 
    

    Thanks, Anjali

    Thanks for the update, you mean the provide command will give the source code for the leptonX demo site (https://x.leptontheme.com/) as well?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi viswajwalith,

    By using the above command, you will get the source code of LeptonX for a specific version that you will mention in the command. This source code might not contain all the features of the demo site.
    You can customize it by using this documentation: https://docs.abp.io/en/commercial/latest/themes/lepton-x/index, as per your Ui type.

    Thanks, Anjali

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11