Ends in:
3 DAYS
8 HRS
38 MIN
28 SEC
Ends in:
3 D
8 H
38 M
28 S

Activities of "lizhaofeng"

  • ABP Framework version: v8.2.2
  • UI Type:Blazor Webapp
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

When replace footer , the page doesn't load immediately. If Blazor.Client references many modules, the wait time becomes very long.

I hope the footer is already loaded when the page opens, like in MVC.

The new project page takes two seconds to refresh and load completely.

hi maliming

By resolving issues with replace Blazor & Blazor.Client.

Thanks.

  • ABP Framework version: v8.3.3
  • UI Type: MVC Basic Theme
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Create an MVC project and add docs module. How to add a footer after using Multi Language Mode.

hi maliming,

My mistake,how to add a footer after using Single Project Mode. Just like

hi,

Add LayoutHook has been implemented. Here is the code for the implementation:

 context.Services.Configure<AbpLayoutHookOptions>(options =>
        {
            options.Add(LayoutHooks.Body.Last, 
                typeof(MyFooterViewComponent),
                layout: StandardLayouts.Empty);
        });

Thanks.

The Abp Suite CRUD Page Generator Property name did not remove the spaces. If it is a numerical type and filtering is enabled, the generated code will have errors.

abp v 9.0.0 leptonX tiered Blazor WebApp the toolbar does not disappear when returning to the homepage from other pages.

Showing 71 to 77 of 77 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 02, 2024, 12:35