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
Grid like : https://x.leptontheme.com/side-menu/custom-pages/subscriptions-list
Add favourite
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)
-
0
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
-
0
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?
-
0
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