Open Closed

Lepton Style Per User #6171


User avatar
0
maggieryanmail@gmail.com created
  • ABP Framework version: v7.4
  • UI Type: Blazor Server
  • Database System: EF Core

Hello,

Is there a way for the current user to select which Lepton theme style they would like without affecting other users?

I only see a way to set the theme style globally.

Thanks in advance.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    There is no way to do this now.

    You can add a simple page to change the settings of current user.

    await SettingManager.SetForUserAsync(userId, LeptonThemeSettingNames.Style, "Style1");
    
    Style1,
    Style2,
    Style3,
    Style4,
    Style5,
    Style6
    
    
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11