Open Closed

Some findings and question over Volo.Abp.LeptonTheme.sln #1176


User avatar
0
tapio.muikku@leanware.fi created
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Issue1: compilation issues with projects

  1. Open solution Volo.Abp.LeptonTheme.sln from downloaded module.
  2. Try to compile project: Volo.Abp.LeptonTheme.Blazor.Host
  • In my case it does not compile due missing nuget packages: Volo.Abp.Account.Pro.Public.Blazor, Volo.Abp.AspNetCore.Components.WebAssembly

Workaround: unload projects: Volo.Abp.LeptonTheme.Blazor.Host and Volo.Abp.LeptonTheme.Management.Blazor

finding 1: lepton6.scss

  • file seems to use theme variables named lepton5, would be better to use similar naming as file name ?

proposal: dependant projects should be set a project dependency rather than as nuget packages ?

  • Now I need to do this manually, if I wanted to change code with themes.
  • Reference: Volo.Abp.LeptonTheme.Demo, dependency: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton

2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    I reproduced the compile issues. See the workarounds until the next RC


    Lepton6 using Lepton5 variables

    Created an issue for this


    proposal: dependant projects should be set a project dependency rather than as nuget packages ?

    Did you try to add Lepton via this button?

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

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