Activities of "WilliamT"

  • ABP Framework version: v6.0.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

How do i hide side menu by default? I want it to have class "hover-trigger" by default.

  • ABP Framework version: v6.0.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

So I am working on an existing project and had to change the theme from Lepton to Lepton-x I followed this https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc

However I found and issue where the side menu scrolling is not present and the scrolling on the main content does not work. After some checking I found that the

<div class="lpx-sidebar" id="lpx-sidebar">

is missing "lpx-scroll-container" .

I Might be wrong for the cause but all i know that the scrolling mechanism is messing with the scroll bar within the content.

another weird part is why the "lpx-wrapper" is within "lpx-scroll-container", it is makes sense to have it for side Menu but doing that makes any scrollbar inside "lpx-content-container" unusable.

  • ABP Framework version: v6.0.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi, does ABP provide localisation infos to format currency? I found abp.localisation that provides the current culture but it lacks information to format using this function "Intl.NumberFormat"

Regards,

  • ABP Framework version: v6.0.1
  • UI type: MVC
  • DB provider: EF Core (SQL Server)
  • Tiered (MVC) or Identity Server Separated (Angular): yes (MVC)
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi guys i tried to implement css isolation like in this example https://asp.net-hacker.rocks/2021/05/10/aspnetcore6-08-css-isolation.html so i created index.cshtml & index.cshtml.css, but i can't find _layout.cshtml to include it in the bundle. can someone guide me?

Thanks.

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13